summaryrefslogtreecommitdiff
path: root/ext/oci8
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-03-30 17:23:03 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-03-31 13:02:32 +0200
commit36935e42eac054a422b7edade69923db7727f268 (patch)
treee8d08101f42f5e8ee60ed423833df08725130807 /ext/oci8
parent6bf483a94abcac24a3f1fc09feed2c6fbf5d648f (diff)
downloadphp-git-36935e42eac054a422b7edade69923db7727f268.tar.gz
Improve undefined variable error messages
Closes GH-5312
Diffstat (limited to 'ext/oci8')
-rw-r--r--ext/oci8/tests/fetch_into2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/fetch_into2.phpt b/ext/oci8/tests/fetch_into2.phpt
index 8c166e1eca..13467e0e54 100644
--- a/ext/oci8/tests/fetch_into2.phpt
+++ b/ext/oci8/tests/fetch_into2.phpt
@@ -53,7 +53,7 @@ echo "Done\n";
Warning: ocifetchinto() expects at least 2 parameters, 1 given in %s on line %d
NULL
-Notice: Undefined variable: all in %s on line %d
+Notice: Undefined variable $all in %s on line %d
NULL
Warning: ocifetchinto() expects at most 3 parameters, 4 given in %s on line %d