Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_vm_execute.skl16 {%ZEND_VM_DISPATCH%} {
H A Dzend_vm_def.h7319 ZEND_VM_DISPATCH(opline->opcode, opline);
7321 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
H A Dzend_vm_execute.h402 #define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_ha… macro
1822 ZEND_VM_DISPATCH(opline->opcode, opline);
1824 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);

Completed in 160 milliseconds