Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_vm_execute.skl16 {%ZEND_VM_DISPATCH%} {
H A Dzend_vm_def.h7144 ZEND_VM_DISPATCH(opline->opcode, opline);
7146 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
H A Dzend_vm_execute.h414 #define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_ha… macro
1833 ZEND_VM_DISPATCH(opline->opcode, opline);
1835 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);

Completed in 169 milliseconds