Searched refs:_opl (Results 1 – 1 of 1) sorted by relevance
1225 zend_op *_opl; in assemble_code_blocks() local1227 for (_opl = cur_block->start_opline; _opl && _opl < end; _opl++) { in assemble_code_blocks()1228 if (ZEND_OP1_TYPE(_opl) == IS_CONST) { in assemble_code_blocks()1229 literal_dtor(&ZEND_OP1_LITERAL(_opl)); in assemble_code_blocks()1231 if (ZEND_OP2_TYPE(_opl) == IS_CONST) { in assemble_code_blocks()1232 literal_dtor(&ZEND_OP2_LITERAL(_opl)); in assemble_code_blocks()
Completed in 12 milliseconds