Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute_API.c1247 zend_op *ret_opline; in execute_new_code() local
1257 ret_opline = get_next_op(CG(active_op_array) TSRMLS_CC); in execute_new_code()
1258 ret_opline->opcode = ZEND_RETURN; in execute_new_code()
1259 ret_opline->op1_type = IS_CONST; in execute_new_code()
1260ret_opline->op1.constant = zend_add_literal(CG(active_op_array), &EG(uninitialized_zval) TSRMLS_CC… in execute_new_code()
1261 SET_UNUSED(ret_opline->op2); in execute_new_code()

Completed in 9 milliseconds