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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/exec_fetch.phpt b/ext/oci8/tests/exec_fetch.phpt
index 83aae69f7d..52d515ffc4 100644
--- a/ext/oci8/tests/exec_fetch.phpt
+++ b/ext/oci8/tests/exec_fetch.phpt
@@ -16,9 +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
+Warning: oci_execute(): ORA-00942: %s 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
+Warning: oci_fetch_array(): ORA-24374: %s in %s on line %d
bool(false)
Done