Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c573 static inline void zend_begin_loop(zend_uchar free_opcode, const znode *loop_var) /* {{{ */ in zend_begin_loop() function
3843 zend_begin_loop(ZEND_NOP, NULL); in zend_compile_while()
3866 zend_begin_loop(ZEND_NOP, NULL); in zend_compile_do_while()
3917 zend_begin_loop(ZEND_NOP, NULL); in zend_compile_for()
3999 zend_begin_loop(ZEND_FE_FREE, &reset_node); in zend_compile_foreach()
4083 zend_begin_loop(ZEND_NOP, NULL); in zend_compile_switch()
4089 zend_begin_loop(ZEND_FREE, &expr_node); in zend_compile_switch()

Completed in 24 milliseconds