Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_execute.h328 static const void *zend_vm_get_opcode_handler_func(zend_uchar opcode, const zend_op* op);
330 # define zend_vm_get_opcode_handler_func zend_vm_get_opcode_handler macro
414 …ISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_handler_func(opcod…
69065 static const void *zend_vm_get_opcode_handler_func(zend_uchar opcode, const zend_op* op) function
69348 …handler = (opcode_handler_t)zend_vm_get_opcode_handler_func(zend_user_opcodes[opline->opcode], opl…

Completed in 127 milliseconds