Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_generators.c206 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage() local
208 if (op_num < try_catch->try_op) { in zend_generator_dtor_storage()
212 if (op_num < try_catch->finally_op) { in zend_generator_dtor_storage()
213 finally_op_num = try_catch->finally_op; in zend_generator_dtor_storage()
214 finally_op_end = try_catch->finally_end; in zend_generator_dtor_storage()
H A Dzend_vm_def.h7001 zend_try_catch_element *try_catch = local
7004 if (op_num < try_catch->catch_op && ex) {
7006 cleanup_live_vars(execute_data, op_num, try_catch->catch_op);
7007 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[try_catch->catch_op]);
7010 } else if (op_num < try_catch->finally_op) {
7013 cleanup_live_vars(execute_data, op_num, try_catch->finally_op);
7017 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[try_catch->finally_op]);
7020 } else if (op_num < try_catch->finally_end) {
7076 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; variable
7077 if (try_catch->try_op > throw_op_num) {
[all …]
H A Dzend_vm_execute.h1690 zend_try_catch_element *try_catch = local
1693 if (op_num < try_catch->catch_op && ex) {
1695 cleanup_live_vars(execute_data, op_num, try_catch->catch_op);
1696 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[try_catch->catch_op]);
1699 } else if (op_num < try_catch->finally_op) {
1702 cleanup_live_vars(execute_data, op_num, try_catch->finally_op);
1706 ZEND_VM_SET_OPCODE(&EX(func)->op_array.opcodes[try_catch->finally_op]);
1709 } else if (op_num < try_catch->finally_end) {
1765 zend_try_catch_element *try_catch = &EX(func)->op_array.try_catch_array[i]; local
1766 if (try_catch->try_op > throw_op_num) {
[all …]

Completed in 150 milliseconds