From: Antony Dovgal Date: Tue, 30 Jan 2007 11:43:07 +0000 (+0000) Subject: improve test X-Git-Tag: RELEASE_1_0_0RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdec496b73457a0028a6fc386f2b26375b175b34;p=php improve test patch by Chris Jones --- diff --git a/ext/oci8/tests/bind_empty.phpt b/ext/oci8/tests/bind_empty.phpt index 9c602b32c3..ec630fadc5 100644 --- a/ext/oci8/tests/bind_empty.phpt +++ b/ext/oci8/tests/bind_empty.phpt @@ -4,7 +4,7 @@ binding empty values --FILE-- --EXPECTF-- +Test 1 +bool(true) +Test 2 +bool(true) +Test 3 +bool(true) +array(1) { + ["NAME"]=> + array(2) { + [0]=> + string(3) "def" + [1]=> + NULL + } +} +Test 4 +bool(true) +array(1) { + ["NAME"]=> + array(2) { + [0]=> + NULL + [1]=> + NULL + } +} +Done +--UEXPECTF-- +Test 1 +bool(true) +Test 2 +bool(true) +Test 3 +bool(true) +array(1) { + [u"NAME"]=> + array(2) { + [0]=> + unicode(3) "def" + [1]=> + NULL + } +} +Test 4 +bool(true) +array(1) { + [u"NAME"]=> + array(2) { + [0]=> + NULL + [1]=> + NULL + } +} Done