diff options
Diffstat (limited to 'ext/oci8/tests/array_bind_013.phpt')
| -rw-r--r-- | ext/oci8/tests/array_bind_013.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/array_bind_013.phpt b/ext/oci8/tests/array_bind_013.phpt index da8f6fdd1..4da9d8bbe 100644 --- a/ext/oci8/tests/array_bind_013.phpt +++ b/ext/oci8/tests/array_bind_013.phpt @@ -16,7 +16,7 @@ var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -10)); var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -1)); var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, 0)); -oci_execute($statement); +@oci_execute($statement); var_dump($array); |
