Home
last modified time | relevance | path

Searched refs:zend_vm_get_opcode_handler_func (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_vm_execute.h333 static const void *zend_vm_get_opcode_handler_func(uint8_t opcode, const zend_op* op);
335 # define zend_vm_get_opcode_handler_func zend_vm_get_opcode_handler macro
442 …ISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_handler_func(opcod…
68113 static const void *zend_vm_get_opcode_handler_func(uint8_t opcode, const zend_op* op) function
68428 …handler = (opcode_handler_t)zend_vm_get_opcode_handler_func(zend_user_opcodes[opline->opcode], opl…

Completed in 182 milliseconds