diff options
author | Antony Dovgal <tony2001@php.net> | 2006-09-27 08:44:19 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-09-27 08:44:19 +0000 |
commit | a13937e5a2b77ae48114c6482414518f9b85f28d (patch) | |
tree | b93ce1dc92904b020ee5387c0a36e67ce5870f41 | |
parent | b805c9e08950bfafcc97b3ad98095c6cf6d1d858 (diff) | |
download | php-git-a13937e5a2b77ae48114c6482414518f9b85f28d.tar.gz |
fix test
-rw-r--r-- | ext/oci8/tests/coll_016_func.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |