summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/exec_fetch.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/exec_fetch.phpt')
-rw-r--r--ext/oci8/tests/exec_fetch.phpt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/oci8/tests/exec_fetch.phpt b/ext/oci8/tests/exec_fetch.phpt
index 6734f6169..83aae69f7 100644
--- a/ext/oci8/tests/exec_fetch.phpt
+++ b/ext/oci8/tests/exec_fetch.phpt
@@ -16,4 +16,9 @@ var_dump(oci_fetch_array($stmt));
echo "Done\n";
?>
--EXPECTF--
+Warning: oci_execute(): ORA-00942: table or view does not exist in %s on line %d
+bool(false)
+
+Warning: oci_fetch_array(): ORA-24374: define not done before fetch or execute and fetch in %s on line %d
+bool(false)
Done