]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Wed, 27 Sep 2006 08:44:12 +0000 (08:44 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 27 Sep 2006 08:44:12 +0000 (08:44 +0000)
the error message is different in Oracle10

ext/oci8/tests/coll_016_func.phpt

index 8911d590fcac991ec22dbfca4b3616273e81000f..cde26f22f09219815de551eb6d426d60f08601fc 100644 (file)
@@ -37,10 +37,10 @@ require dirname(__FILE__)."/drop_type.inc";
 --EXPECTF--
 bool(true)
 
-Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of 0 to [0] in %s on line %d
+Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of%s0%sto [0] in %s on line %d
 bool(false)
 
-Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of 0 to [0] in %s on line %d
+Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of%s0%sto [0] in %s on line %d
 bool(false)
 bool(false)
 bool(false)