From 526bc44ff7e2780160089d8072861bc22d692849 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 31 Jan 2006 18:39:28 +0000 Subject: fix test --- ext/oci8/tests/bug36096.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/oci8/tests/bug36096.phpt b/ext/oci8/tests/bug36096.phpt index 7d899ee1c0..44b3a6ddca 100644 --- a/ext/oci8/tests/bug36096.phpt +++ b/ext/oci8/tests/bug36096.phpt @@ -23,6 +23,6 @@ echo "Done\n"; --EXPECT-- bool(false) bool(false) -bool(false) -bool(false) +string(5) "'ABC'" +string(4) "CHAR" Done -- cgit v1.2.1