Searched refs:zend_handle_loops_and_finally_ex (Results 1 – 1 of 1) sorted by relevance
5592 static bool zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex() function5643 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally()5796 if (!zend_handle_loops_and_finally_ex(depth, NULL)) { in zend_compile_break_continue()
Completed in 41 milliseconds