From: Antony Dovgal Date: Wed, 27 Sep 2006 08:44:12 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_0RC1~1538 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b0da1f741188915db14d1d563d01e5453a98d64;p=php fix test the error message is different in Oracle10 --- diff --git a/ext/oci8/tests/coll_016_func.phpt b/ext/oci8/tests/coll_016_func.phpt index 8911d590fc..cde26f22f0 100644 --- a/ext/oci8/tests/coll_016_func.phpt +++ b/ext/oci8/tests/coll_016_func.phpt @@ -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)