--TEST-- oci_bind_array_by_name() and invalid values 8 --SKIPIF-- --FILE-- --EXPECTF-- Warning: oci_execute(): ORA-06550: line 1, column 28: PLS-00418: array bind type must match PL/SQL table row type ORA-06550: line 1, column 7: PL/SQL: Statement ignored in %s on line %d array(5) { [0]=> unicode(1) "1" [1]=> unicode(1) "2" [2]=> unicode(1) "3" [3]=> unicode(1) "4" [4]=> unicode(1) "5" } Done