Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_execute.skl31 {%ZEND_VM_DISPATCH%} {
H A Dzend_vm_def.h5145 ZEND_VM_DISPATCH(opline->opcode, opline);
5147 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline);
H A Dzend_vm_execute.h333 #define ZEND_VM_DISPATCH(opcode, opline) return zend_vm_get_opcode_handler(opcode, opline)(ZEND_OPC… macro
1123 ZEND_VM_DISPATCH(opline->opcode, opline); in ZEND_USER_OPCODE_SPEC_HANDLER()
1125 ZEND_VM_DISPATCH((zend_uchar)(ret & 0xff), opline); in ZEND_USER_OPCODE_SPEC_HANDLER()

Completed in 91 milliseconds