Searched refs:ret_opline (Results 1 – 1 of 1) sorted by relevance
101 zend_op *ret_opline = func->op_array.opcodes + func->op_array.num_args; in zend_try_inline_call() local103 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 11 milliseconds