From fdec496b73457a0028a6fc386f2b26375b175b34 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 30 Jan 2007 11:43:07 +0000 Subject: [PATCH] improve test patch by Chris Jones --- ext/oci8/tests/bind_empty.phpt | 97 +++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 2 deletions(-) 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 -- 2.50.1