Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c3839 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
3848 opnum_cond = get_next_op_number(CG(active_op_array)); in zend_compile_while()
3849 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
3854 zend_end_loop(opnum_cond); in zend_compile_while()
3864 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
3871 opnum_cond = get_next_op_number(CG(active_op_array)); in zend_compile_do_while()
3876 zend_end_loop(opnum_cond); in zend_compile_do_while()

Completed in 36 milliseconds