Searched refs:do_end_loop (Results 1 – 1 of 1) sorted by relevance
1075 static inline void do_end_loop(int cont_addr, int has_loop_var TSRMLS_DC) /* {{{ */ in do_end_loop() function1117 do_end_loop(while_token->u.op.opline_num, 0 TSRMLS_CC); in zend_do_while_end()1161 do_end_loop(second_semicolon_token->u.op.opline_num+1, 0 TSRMLS_CC); in zend_do_for_end()4608 do_end_loop(expr_open_bracket->u.op.opline_num, 0 TSRMLS_CC); in zend_do_do_while_end()6169 do_end_loop(as_token->u.op.opline_num, 1 TSRMLS_CC); in zend_do_foreach_end()
Completed in 24 milliseconds