Zend Engine is a set of various components, which is used internally by PHP as a compiler and run engine time. The most important Zend Engine part is the Zend Virtual Machine, which is stabilized of the Zend Executor components and the Zend Compiler. PHP scripts are loaded into memory and organized into Zend opcodes.