Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c1078 static inline void do_end_loop(int cont_addr, int has_loop_var TSRMLS_DC) /* {{{ */ in do_end_loop() function
1120 do_end_loop(while_token->u.op.opline_num, 0 TSRMLS_CC); in zend_do_while_end()
1164 do_end_loop(second_semicolon_token->u.op.opline_num+1, 0 TSRMLS_CC); in zend_do_for_end()
4816 do_end_loop(expr_open_bracket->u.op.opline_num, 0 TSRMLS_CC); in zend_do_do_while_end()
6412 do_end_loop(as_token->u.op.opline_num, 1 TSRMLS_CC); in zend_do_foreach_end()

Completed in 22 milliseconds