--TEST-- collections and negative/too big element indexes --SKIPIF-- --FILE-- --EXPECTF-- bool(true) Warning: oci_collection_element_assign(): OCI-22165: given index [4294967295] must be in the range of 0 to [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 bool(false) bool(false) bool(false) bool(false) Done