Home
last modified time | relevance | path

Searched refs:fast_ret (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_vm_def.h7633 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno; variable
7634 ZEND_VM_SET_OPCODE(fast_ret + 1);
7635 if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) {
7636 fast_call->u2.lineno = fast_ret->op2.opline_num;
H A Dzend_vm_execute.h1612 const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno; local
1613 ZEND_VM_SET_OPCODE(fast_ret + 1);
1614 if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) {
1615 fast_call->u2.lineno = fast_ret->op2.opline_num;

Completed in 115 milliseconds