Update srv_308_empty_output_param.phpt

This commit is contained in:
Jenny Tam 2017-03-01 08:20:36 -08:00 committed by GitHub
parent 821e7edf5b
commit 8d2d637a9e

View file

@ -1,7 +1,7 @@
--TEST--
GitHub issue #308 - empty string set to output parameter on stored procedure
--DESCRIPTION--
A variation of the example in GitHub issue 308 is fixed. A NULL value returned as output parameter will remain as NULL.
A variation of the example in GitHub issue 308. A NULL value returned as output parameter will remain as NULL.
--SKIPIF--
--FILE--
<?php
@ -44,4 +44,4 @@ print "Done";
?>
--EXPECT--
OUT value: NULL
Done
Done