From: Antony Dovgal Date: Wed, 13 Sep 2006 10:44:04 +0000 (+0000) Subject: change test to work with Oracle 10 X-Git-Tag: RELEASE_1_0_0RC1~1686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22491f9399aad0ff7b859e6b026695b507efb8ee;p=php change test to work with Oracle 10 --- diff --git a/ext/oci8/tests/coll_016.phpt b/ext/oci8/tests/coll_016.phpt index 45e5288415..c2af9cc22d 100644 --- a/ext/oci8/tests/coll_016.phpt +++ b/ext/oci8/tests/coll_016.phpt @@ -37,10 +37,10 @@ require dirname(__FILE__)."/drop_type.inc"; --EXPECTF-- bool(true) -Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of 0 to [0] in %s on line %d +Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d bool(false) -Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of 0 to [0] in %s on line %d +Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d bool(false) bool(false) bool(false)