Home
last modified time | relevance | path

Searched refs:opnum_jmp (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
4532 opnum_jmp = zend_emit_jump(0); in zend_compile_while()
4540 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
4601 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local
4606 opnum_jmp = zend_emit_jump(0); in zend_compile_for()
4617 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_for()
5081 uint32_t opnum_jmp = get_next_op_number() + 1; in zend_compile_try() local
5112 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_try()
7520 uint32_t opnum_jmpz, opnum_jmp; in zend_compile_conditional() local
7559 opnum_jmp = zend_emit_jump(0); in zend_compile_conditional()
[all …]

Completed in 24 milliseconds