Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_generators.c200 ex->fast_ret = NULL; in zend_generator_dtor_storage()
H A Dzend_vm_def.h5097 EX(fast_ret) = NULL;
5418 EX(fast_ret) = opline;
5425 if (EX(fast_ret)) {
5426 ZEND_VM_SET_OPCODE(EX(fast_ret) + 1);
5427 if ((EX(fast_ret)->extended_value & ZEND_FAST_CALL_FROM_FINALLY)) {
5428 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num];
H A Dzend_compile.h397 struct _zend_op *fast_ret; /* used by FAST_CALL/FAST_RET (finally keyword) */ member
H A Dzend_vm_execute.h1075 EX(fast_ret) = NULL; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1150 EX(fast_ret) = opline; in ZEND_FAST_CALL_SPEC_HANDLER()
1157 if (EX(fast_ret)) { in ZEND_FAST_RET_SPEC_HANDLER()
1158 ZEND_VM_SET_OPCODE(EX(fast_ret) + 1); in ZEND_FAST_RET_SPEC_HANDLER()
1159 if ((EX(fast_ret)->extended_value & ZEND_FAST_CALL_FROM_FINALLY)) { in ZEND_FAST_RET_SPEC_HANDLER()
1160 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num]; in ZEND_FAST_RET_SPEC_HANDLER()

Completed in 142 milliseconds