--TEST-- Bug #42134 (Collection error for invalid collection name) --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- --EXPECTF-- Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d Normal connection: New Collection error array(4) { ["code"]=> int(22303) ["message"]=> string(34) "OCI-22303: type ""."ABC" not found" ["offset"]=> int(0) ["sqltext"]=> string(0) "" } Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d New connection: New Collection error array(4) { ["code"]=> int(22303) ["message"]=> string(34) "OCI-22303: type ""."DEF" not found" ["offset"]=> int(0) ["sqltext"]=> string(0) "" } Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d Persistent connection: New Collection error array(4) { ["code"]=> int(22303) ["message"]=> string(34) "OCI-22303: type ""."GHI" not found" ["offset"]=> int(0) ["sqltext"]=> string(0) "" } Done