]> granicus.if.org Git - php/commitdiff
more test fixes, this time support Oracle 10
authorAntony Dovgal <tony2001@php.net>
Tue, 30 May 2006 22:34:16 +0000 (22:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 30 May 2006 22:34:16 +0000 (22:34 +0000)
ext/oci8/tests/field_funcs.phpt
ext/oci8/tests/field_funcs_old.phpt

index 988e5f7a12af8b443a21e6110f4016c1ecd56438..102f2fdc03829e412a40452ab1cf9825c8c8ca06 100644 (file)
@@ -54,7 +54,7 @@ require dirname(__FILE__).'/drop_table.inc';
 echo "Done\n";
 
 ?>
---EXPECT--
+--EXPECTF--
 array(5) {
   [0]=>
   string(1) "1"
@@ -71,14 +71,14 @@ bool(false)
 string(2) "ID"
 string(6) "NUMBER"
 int(2)
-int(0)
+int(%d)
 int(0)
 int(22)
 bool(false)
 string(5) "VALUE"
 string(6) "NUMBER"
 int(2)
-int(0)
+int(%d)
 int(0)
 int(22)
 bool(true)
index 34af094291837f2ba5d78bb62271096127e335f4..e6f21d613d091832da99111496103938b5912521 100644 (file)
@@ -54,7 +54,7 @@ require dirname(__FILE__).'/drop_table.inc';
 echo "Done\n";
 
 ?>
---EXPECT--
+--EXPECTF--
 array(5) {
   [0]=>
   string(1) "1"
@@ -71,14 +71,14 @@ bool(false)
 string(2) "ID"
 string(6) "NUMBER"
 int(2)
-int(0)
+int(%d)
 int(0)
 int(22)
 bool(false)
 string(5) "VALUE"
 string(6) "NUMBER"
 int(2)
-int(0)
+int(%d)
 int(0)
 int(22)
 bool(true)