Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c99 uint32_t next_op_num = op_array->last++; in get_next_op() local
102 if (UNEXPECTED(next_op_num >= CG(context).opcodes_size)) { in get_next_op()
107 next_op = &(op_array->opcodes[next_op_num]); in get_next_op()

Completed in 24 milliseconds