Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c5574 uint32_t opnum_start = get_next_op_number(); in zend_compile_goto() local
5577 opline->op1.num = get_next_op_number() - opnum_start - 1; in zend_compile_goto()
5606 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
5612 opnum_start = get_next_op_number(); in zend_compile_while()
5619 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_while()
5631 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local
5635 opnum_start = get_next_op_number(); in zend_compile_do_while()
5641 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_do_while()
5677 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local
5686 opnum_start = get_next_op_number(); in zend_compile_for()
[all …]

Completed in 65 milliseconds