The first phase parses the PHP source code and generates a binary representation of code called Zend PHP opcode. Opcode are various instructions, such as Java bytecode. This opcode is stored in memory. The second phase of the Zend engine care is the provision of the opcode generated.
|