opcode_handler_t 107 Zend/zend_compile.h typedef int (ZEND_FASTCALL *opcode_handler_t) (ZEND_OPCODE_HANDLER_ARGS); opcode_handler_t 109 Zend/zend_compile.h extern ZEND_API opcode_handler_t *zend_opcode_handlers; opcode_handler_t 112 Zend/zend_compile.h opcode_handler_t handler; opcode_handler_t 1516 Zend/zend_execute.c ZEND_API opcode_handler_t *zend_opcode_handlers; opcode_handler_t 309 Zend/zend_vm_execute.h static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op); opcode_handler_t 41382 Zend/zend_vm_execute.h static const opcode_handler_t labels[] = { opcode_handler_t 45585 Zend/zend_vm_execute.h zend_opcode_handlers = (opcode_handler_t*)labels; opcode_handler_t 45587 Zend/zend_vm_execute.h static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op)