Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c4530 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
4539 opnum_cond = get_next_op_number(); in zend_compile_while()
4540 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
4545 zend_end_loop(opnum_cond, NULL); in zend_compile_while()
4555 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
4562 opnum_cond = get_next_op_number(); in zend_compile_do_while()
4567 zend_end_loop(opnum_cond, NULL); in zend_compile_do_while()

Completed in 31 milliseconds