Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_opcode.c456 if (next_op_num >= CG(context).opcodes_size) { in get_next_op()
457 CG(context).opcodes_size *= 4; in get_next_op()
458 op_array_alloc_ops(op_array, CG(context).opcodes_size); in get_next_op()
569 if (CG(context).opcodes_size != op_array->last) { in pass_two()
571 CG(context).opcodes_size = op_array->last; in pass_two()
H A Dzend_compile.h188 uint32_t opcodes_size; member
H A Dzend_compile.c233 CG(context).opcodes_size = INITIAL_OP_ARRAY_SIZE; in zend_oparray_context_begin()

Completed in 29 milliseconds