summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-01-31 18:39:28 +0000
committerAntony Dovgal <tony2001@php.net>2006-01-31 18:39:28 +0000
commit526bc44ff7e2780160089d8072861bc22d692849 (patch)
treee26ce7a0c01a24be58bd8891a1ec2be01bc3cdb8 /ext
parent3a800fe146fd03f1029c2936e2d5a32f816f3bbd (diff)
downloadphp-git-526bc44ff7e2780160089d8072861bc22d692849.tar.gz
fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/oci8/tests/bug36096.phpt4
1 files changed, 2 insertions, 2 deletions
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