Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c5606 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
5615 opnum_cond = get_next_op_number(); in zend_compile_while()
5616 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
5621 zend_end_loop(opnum_cond, NULL); in zend_compile_while()
5631 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
5638 opnum_cond = get_next_op_number(); in zend_compile_do_while()
5643 zend_end_loop(opnum_cond, NULL); in zend_compile_do_while()

Completed in 35 milliseconds