Searched refs:opnum_start (Results 1 – 1 of 1) sorted by relevance
5912 uint32_t opnum_start = get_next_op_number(); in zend_compile_goto() local5915 opline->op1.num = get_next_op_number() - opnum_start - 1; in zend_compile_goto()5944 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local5950 opnum_start = get_next_op_number(); in zend_compile_while()5957 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_while()5969 uint32_t opnum_start, opnum_cond; in zend_compile_do_while() local5973 opnum_start = get_next_op_number(); in zend_compile_do_while()5979 zend_emit_cond_jump(ZEND_JMPNZ, &cond_node, opnum_start); in zend_compile_do_while()6015 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local6024 opnum_start = get_next_op_number(); in zend_compile_for()[all …]
Completed in 34 milliseconds