ret_opline       1142 Zend/zend_execute_API.c 	zend_op *ret_opline;
ret_opline       1152 Zend/zend_execute_API.c 	ret_opline = get_next_op(CG(active_op_array) TSRMLS_CC);
ret_opline       1153 Zend/zend_execute_API.c 	ret_opline->opcode = ZEND_RETURN;
ret_opline       1154 Zend/zend_execute_API.c 	ret_opline->op1_type = IS_CONST;
ret_opline       1155 Zend/zend_execute_API.c 	ret_opline->op1.constant = zend_add_literal(CG(active_op_array), &EG(uninitialized_zval) TSRMLS_CC);
ret_opline       1156 Zend/zend_execute_API.c 	SET_UNUSED(ret_opline->op2);