Manuel PHP Dans le coeur de PHP : Guide du Hacker Zend Engine 2 Opcodes Opcode Descriptions and Examples RETURN RECV_INIT RETURN_BY_REF RETURN PHP code <?php/* * Return value from a funciton. * opcode number: 62 */return 1;?> PHP opcodes Function name: (null) Compiled variables: none line#op fetchextreturn operands 60 RETURN 1 71 RETURN 1