Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h397 void zend_do_while_end(const znode *while_token, const znode *close_bracket_token TSRMLS_DC);
H A Dzend_compile.c786 void zend_do_while_end(const znode *while_token, const znode *close_bracket_token TSRMLS_DC) /* {{{… in zend_do_while_end() argument
792 opline->op1.u.opline_num = while_token->u.opline_num; in zend_do_while_end()
799 do_end_loop(while_token->u.opline_num, 0 TSRMLS_CC); in zend_do_while_end()

Completed in 20 milliseconds