PHP opcode is similar to Java bytecode or .Net CIL. PHP code is not interpreted directly by the Zend Engine but first compiled to opcode which is then executed.