Home
last modified time | relevance | path

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

/PHP-8.3/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
430 …ISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_handler_func(opcod…
65490 static const void *zend_vm_get_opcode_handler_func(uint8_t opcode, const zend_op* op) function
65800 …handler = (opcode_handler_t)zend_vm_get_opcode_handler_func(zend_user_opcodes[opline->opcode], opl…

Completed in 170 milliseconds