Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c2219 return opnum; in zend_emit_jump()
2253 && opnum > 0 in zend_emit_cond_jump()
2257 opnum = get_next_op_number(CG(active_op_array)); in zend_emit_cond_jump()
2261 return opnum; in zend_emit_cond_jump()
3915 uint32_t opnum; in zend_compile_new() local
3932 opnum = get_next_op_number(CG(active_op_array)); in zend_compile_new()
3948 opline = &CG(active_op_array)->opcodes[opnum]; in zend_compile_new()
4307 uint32_t opnum = opline - op_array->opcodes; in zend_resolve_goto_label() local
4337 if (elem->try_op > opnum) { in zend_resolve_goto_label()
6994 uint32_t opnum; in zend_compile_coalesce() local
[all …]

Completed in 36 milliseconds