Searched refs:zend_vm_get_opcode_handler_func (Results 1 – 1 of 1) sorted by relevance
333 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 macro442 …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) function68428 …handler = (opcode_handler_t)zend_vm_get_opcode_handler_func(zend_user_opcodes[opline->opcode], opl…
Completed in 182 milliseconds