Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c62 uint32_t try_catch_offset; member
914 uint32_t try_catch_offset = op_array->last_try_catch++; in zend_add_try_element() local
920 elem = &op_array->try_catch_array[try_catch_offset]; in zend_add_try_element()
926 return try_catch_offset; in zend_add_try_element()
3594 opline->op1.num = loop_var->u.try_catch_offset; in zend_handle_loops_and_finally_ex()
4169 uint32_t try_catch_offset; in zend_compile_try() local
4187 try_catch_offset = zend_add_try_element(get_next_op_number(CG(active_op_array))); in zend_compile_try()
4200 fast_call.u.try_catch_offset = try_catch_offset; in zend_compile_try()
4226 CG(active_op_array)->try_catch_array[try_catch_offset].catch_op = opnum_catch; in zend_compile_try()
4264 opline->op1.num = try_catch_offset; in zend_compile_try()
[all …]

Completed in 22 milliseconds