Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c4087 static int zend_handle_loops_and_finally_ex(zend_long depth, znode *return_value) /* {{{ */ in zend_handle_loops_and_finally_ex() function
4144 return zend_handle_loops_and_finally_ex(zend_stack_count(&CG(loop_var_stack)) + 1, return_value); in zend_handle_loops_and_finally()
4290 if (!zend_handle_loops_and_finally_ex(depth, NULL)) { in zend_compile_break_continue()

Completed in 27 milliseconds