Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_generators.c293 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage() local
294 if (op_num < try_catch->try_op) { in zend_generator_dtor_storage()
297 if (op_num < try_catch->catch_op || op_num < try_catch->finally_end) { in zend_generator_dtor_storage()
304 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[try_catch_offset]; in zend_generator_dtor_storage() local
306 if (op_num < try_catch->finally_op) { in zend_generator_dtor_storage()
309 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
311 zend_generator_cleanup_unfinished_execution(generator, ex, try_catch->finally_op); in zend_generator_dtor_storage()
319 ex->opline = &ex->func->op_array.opcodes[try_catch->finally_op] - 1; in zend_generator_dtor_storage()
335 } else if (op_num < try_catch->finally_end) { in zend_generator_dtor_storage()
337 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
H A Dzend_vm_def.h8028 zend_try_catch_element *try_catch = in ZEND_VM_HELPER() local
8031 if (op_num < try_catch->catch_op && ex) { in ZEND_VM_HELPER()
8033 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in ZEND_VM_HELPER()
8034 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in ZEND_VM_HELPER()
8036 } else if (op_num < try_catch->finally_op) { in ZEND_VM_HELPER()
8044 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in ZEND_VM_HELPER()
8048 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->finally_op], 0); in ZEND_VM_HELPER()
8050 } else if (op_num < try_catch->finally_end) { in ZEND_VM_HELPER()
8136 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; variable
8137 if (try_catch->try_op > throw_op_num) {
[all …]
H A Dzend_vm_execute.h3172 zend_try_catch_element *try_catch = in zend_dispatch_try_catch_finally_helper_SPEC() local
3175 if (op_num < try_catch->catch_op && ex) { in zend_dispatch_try_catch_finally_helper_SPEC()
3177 cleanup_live_vars(execute_data, op_num, try_catch->catch_op); in zend_dispatch_try_catch_finally_helper_SPEC()
3178 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->catch_op], 0); in zend_dispatch_try_catch_finally_helper_SPEC()
3180 } else if (op_num < try_catch->finally_op) { in zend_dispatch_try_catch_finally_helper_SPEC()
3188 cleanup_live_vars(execute_data, op_num, try_catch->finally_op); in zend_dispatch_try_catch_finally_helper_SPEC()
3192 ZEND_VM_JMP_EX(&EX(func)->op_array.opcodes[try_catch->finally_op], 0); in zend_dispatch_try_catch_finally_helper_SPEC()
3194 } else if (op_num < try_catch->finally_end) { in zend_dispatch_try_catch_finally_helper_SPEC()
3280 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER() local
3281 if (try_catch->try_op > throw_op_num) { in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
[all …]

Completed in 265 milliseconds