Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c1225 zend_op *_opl; in assemble_code_blocks() local
1227 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