Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c4494 uint32_t opnum_start = get_next_op_number(); in zend_compile_goto() local
4501 opline->op1.num = get_next_op_number() - opnum_start - 1; in zend_compile_goto()
4530 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
4536 opnum_start = get_next_op_number(); in zend_compile_while()
4543 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_while()
4555 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
4559 opnum_start = get_next_op_number(); in zend_compile_do_while()
4565 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_do_while()
4601 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local
4610 opnum_start = get_next_op_number(); in zend_compile_for()
[all …]

Completed in 26 milliseconds