Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_compile.c2216 return opnum; in zend_emit_jump()
2252 && opnum > 0 in zend_emit_cond_jump()
2256 opnum = get_next_op_number(CG(active_op_array)); in zend_emit_cond_jump()
2260 return opnum; in zend_emit_cond_jump()
4163 uint32_t opnum; in zend_compile_new() local
4180 opnum = get_next_op_number(CG(active_op_array)); in zend_compile_new()
4196 opline = &CG(active_op_array)->opcodes[opnum]; in zend_compile_new()
4554 uint32_t opnum = opline - op_array->opcodes; in zend_resolve_goto_label() local
4584 if (elem->try_op > opnum) { in zend_resolve_goto_label()
7354 uint32_t opnum; in zend_compile_coalesce() local
[all …]

Completed in 21 milliseconds