Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c4404 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
4413 opnum_cond = get_next_op_number(CG(active_op_array)); in zend_compile_while()
4414 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
4419 zend_end_loop(opnum_cond, NULL); in zend_compile_while()
4429 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
4436 opnum_cond = get_next_op_number(CG(active_op_array)); in zend_compile_do_while()
4441 zend_end_loop(opnum_cond, NULL); in zend_compile_do_while()

Completed in 24 milliseconds