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

/PHP_TRUNK/Zend/
H A Dzend_execute_API.c1244 zend_op *ret_opline; local
1254 ret_opline = get_next_op(CG(active_op_array) TSRMLS_CC);
1255 ret_opline->opcode = ZEND_RETURN;
1256 ret_opline->op1_type = IS_CONST;
1257 ret_opline->op1.constant = zend_add_literal(CG(active_op_array), &EG(uninitialized_zval) TSRMLS_CC);
1258 SET_UNUSED(ret_opline->op2);

Completed in 4 milliseconds