Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Doptimize_func_calls.c103 zend_op *ret_opline = func->op_array.opcodes + func->op_array.num_args; in zend_try_inline_call() local
105 if (ret_opline->op1_type == IS_CONST) { in zend_try_inline_call()
145 ZVAL_COPY(&zv, RT_CONSTANT(ret_opline, ret_opline->op1)); in zend_try_inline_call()

Completed in 4 milliseconds