Searched refs:do_end_loop (Results 1 – 1 of 1) sorted by relevance
1086 static inline void do_end_loop(int cont_addr, int has_loop_var TSRMLS_DC) /* {{{ */ in do_end_loop() function1128 do_end_loop(while_token->u.op.opline_num, 0 TSRMLS_CC); in zend_do_while_end()1172 do_end_loop(second_semicolon_token->u.op.opline_num+1, 0 TSRMLS_CC); in zend_do_for_end()4959 do_end_loop(expr_open_bracket->u.op.opline_num, 0 TSRMLS_CC); in zend_do_do_while_end()6537 do_end_loop(as_token->u.op.opline_num, 1 TSRMLS_CC); in zend_do_foreach_end()
Completed in 20 milliseconds