Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds