Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_generators.c200 ex->fast_ret = NULL; in zend_generator_dtor_storage()
H A Dzend_vm_def.h5338 EX(fast_ret) = NULL;
5678 EX(fast_ret) = NULL;
5680 EX(fast_ret) = opline;
5688 if (EX(fast_ret)) {
5689 ZEND_VM_SET_OPCODE(EX(fast_ret) + 1);
5690 if ((EX(fast_ret)->extended_value & ZEND_FAST_CALL_FROM_FINALLY)) {
5691 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num];
H A Dzend_compile.h409 struct _zend_op *fast_ret; /* used by FAST_CALL/FAST_RET (finally keyword) */ member
H A Dzend_vm_execute.h1271 EX(fast_ret) = NULL; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
1358 EX(fast_ret) = NULL; in ZEND_FAST_CALL_SPEC_HANDLER()
1360 EX(fast_ret) = opline; in ZEND_FAST_CALL_SPEC_HANDLER()
1368 if (EX(fast_ret)) { in ZEND_FAST_RET_SPEC_HANDLER()
1369 ZEND_VM_SET_OPCODE(EX(fast_ret) + 1); in ZEND_FAST_RET_SPEC_HANDLER()
1370 if ((EX(fast_ret)->extended_value & ZEND_FAST_CALL_FROM_FINALLY)) { in ZEND_FAST_RET_SPEC_HANDLER()
1371 EX(fast_ret) = &EX(op_array)->opcodes[EX(fast_ret)->op2.opline_num]; in ZEND_FAST_RET_SPEC_HANDLER()

Completed in 107 milliseconds