Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_vm_execute.skl21 {%ZEND_VM_DISPATCH%} {
H A Dzend_vm_def.h7597 ZEND_VM_DISPATCH(opline->opcode, opline);
7599 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
H A Dzend_vm_execute.h438 #define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_ha… macro
2670 ZEND_VM_DISPATCH(opline->opcode, opline); in ZEND_USER_OPCODE_SPEC_HANDLER()
2672 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline); in ZEND_USER_OPCODE_SPEC_HANDLER()

Completed in 122 milliseconds