Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c5940 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
5942 opnum_jmp = zend_emit_jump(0); in zend_compile_while()
5950 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
6011 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local
6016 opnum_jmp = zend_emit_jump(0); in zend_compile_for()
6027 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_for()
6730 uint32_t opnum_jmp = get_next_op_number() + 1; in zend_compile_try() local
6761 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_try()
10233 uint32_t opnum_jmpz, opnum_jmp; in zend_compile_conditional() local
10272 opnum_jmp = zend_emit_jump(0); in zend_compile_conditional()
[all …]

Completed in 40 milliseconds