fast_ret 7573 Zend/zend_vm_def.h const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno; fast_ret 7574 Zend/zend_vm_def.h ZEND_VM_SET_OPCODE(fast_ret + 1); fast_ret 7575 Zend/zend_vm_def.h if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) { fast_ret 7576 Zend/zend_vm_def.h fast_call->u2.lineno = fast_ret->op2.opline_num; fast_ret 1633 Zend/zend_vm_execute.h const zend_op *fast_ret = EX(func)->op_array.opcodes + fast_call->u2.lineno; fast_ret 1634 Zend/zend_vm_execute.h ZEND_VM_SET_OPCODE(fast_ret + 1); fast_ret 1635 Zend/zend_vm_execute.h if (fast_ret->extended_value & ZEND_FAST_CALL_FROM_FINALLY) { fast_ret 1636 Zend/zend_vm_execute.h fast_call->u2.lineno = fast_ret->op2.opline_num;