When working in a C IDE I can simply click on view disassembly to view the assembly code. Does PHP have an equivalent? It looks like Opcodes are as low - level as one can get but I wanted to verify.
Secondly,
What is a good IDE to view the low - level representation (opcodes?), I currently just installed Eclipse.
Thanks in advance.