--TEST-- Bug #42134 (Collection error for invalid collection name) --SKIPIF-- --FILE-- --EXPECTF-- Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d Normal connection: New Collection error array(4) { [u"code"]=> int(22303) [u"message"]=> unicode(34) "OCI-22303: type ""."ABC" not found" [u"offset"]=> int(0) [u"sqltext"]=> unicode(0) "" } Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d New connection: New Collection error array(4) { [u"code"]=> int(22303) [u"message"]=> unicode(34) "OCI-22303: type ""."DEF" not found" [u"offset"]=> int(0) [u"sqltext"]=> unicode(0) "" } Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d Persistent connection: New Collection error array(4) { [u"code"]=> int(22303) [u"message"]=> unicode(34) "OCI-22303: type ""."GHI" not found" [u"offset"]=> int(0) [u"sqltext"]=> unicode(0) "" } Done