summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
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/pdo_sqlite
parent6bf483a94abcac24a3f1fc09feed2c6fbf5d648f (diff)
downloadphp-git-36935e42eac054a422b7edade69923db7727f268.tar.gz
Improve undefined variable error messages
Closes GH-5312
Diffstat (limited to 'ext/pdo_sqlite')
-rw-r--r--ext/pdo_sqlite/tests/bug43831.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/tests/bug43831.phpt b/ext/pdo_sqlite/tests/bug43831.phpt
index 1909d88033..bcb09c95a7 100644
--- a/ext/pdo_sqlite/tests/bug43831.phpt
+++ b/ext/pdo_sqlite/tests/bug43831.phpt
@@ -49,5 +49,5 @@ object(PDO)#%d (0) {
object(MyPDO)#%d (0) {
}
-Warning: Undefined variable: bar in %s on line %d
+Warning: Undefined variable $bar in %s on line %d
NULL