Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.c3839 uint32_t opnum_start, opnum_jmp, opnum_cond; in zend_compile_while() local
3841 opnum_jmp = zend_emit_jump(0); in zend_compile_while()
3849 zend_update_jump_target(opnum_jmp, opnum_cond); in zend_compile_while()
3910 uint32_t opnum_start, opnum_jmp, opnum_loop; in zend_compile_for() local
3915 opnum_jmp = zend_emit_jump(0); in zend_compile_for()
3926 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_for()
4256 uint32_t opnum_jmp = get_next_op_number(CG(active_op_array)) + 1; in zend_compile_try() local
4282 zend_update_jump_target_to_next(opnum_jmp); in zend_compile_try()
6252 uint32_t opnum_jmpz, opnum_jmp; in zend_compile_conditional() local
6267 opnum_jmp = zend_emit_jump(0); in zend_compile_conditional()
[all …]

Completed in 23 milliseconds