- • In PHP also called Opcodes
- • Each function, method, or main body is represented by an Oparray
- • Each Oparray contains Opcodes with instructions for the Zend Engine
- • The Zend Engine executes each opcode in turn
- • Very similar to Assembler instructions
- • You can visualize them with the PECL vld extension