View Single Post
  #9 (permalink)  
Old 08-16-2010, 10:24 AM
nephelereed nephelereed is offline
Junior Member
 
Join Date: Aug 2010
Posts: 4
Default

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.
__________________
Desk pedestal
Reply With Quote