summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-01-19 19:43:30 +0000
committerAntony Dovgal <tony2001@php.net>2007-01-19 19:43:30 +0000
commita5f3e15114d2fa8c691d1965c4e166064c36132a (patch)
tree268d5d11e88cd64a94cccd5c6d2509bf56991751 /ext/oci8/tests
parent3e45bc0a51008460cf9606e0024f29664a28c384 (diff)
downloadphp-git-a5f3e15114d2fa8c691d1965c4e166064c36132a.tar.gz
MFH
Diffstat (limited to 'ext/oci8/tests')
-rw-r--r--ext/oci8/tests/array_bind_013.phpt2
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 da8f6fdd1a..4da9d8bbed 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);