Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_execute.skl73 {%ZEND_VM_DISPATCH%} {
H A Dzend_vm_def.h5113 ZEND_VM_DISPATCH(opline->opcode, opline);
5115 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
H A Dzend_vm_execute.h326 #define ZEND_VM_DISPATCH(opcode, opline) return zend_vm_get_opcode_handler(opcode, opline)(ZEND_OPC… macro
1153 ZEND_VM_DISPATCH(opline->opcode, opline); in ZEND_USER_OPCODE_SPEC_HANDLER()
1155 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline); in ZEND_USER_OPCODE_SPEC_HANDLER()

Completed in 109 milliseconds