diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-03-30 17:23:03 +0200 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-03-31 13:02:32 +0200 |
| commit | 36935e42eac054a422b7edade69923db7727f268 (patch) | |
| tree | e8d08101f42f5e8ee60ed423833df08725130807 /ext/pdo_sqlite | |
| parent | 6bf483a94abcac24a3f1fc09feed2c6fbf5d648f (diff) | |
| download | php-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.phpt | 2 |
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 |
