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 /Zend/tests/bug30162.phpt | |
| parent | 6bf483a94abcac24a3f1fc09feed2c6fbf5d648f (diff) | |
| download | php-git-36935e42eac054a422b7edade69923db7727f268.tar.gz | |
Improve undefined variable error messages
Closes GH-5312
Diffstat (limited to 'Zend/tests/bug30162.phpt')
| -rw-r--r-- | Zend/tests/bug30162.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug30162.phpt b/Zend/tests/bug30162.phpt index 6cefd62ea7..808720b88f 100644 --- a/Zend/tests/bug30162.phpt +++ b/Zend/tests/bug30162.phpt @@ -42,7 +42,7 @@ $db = new hariCow; var_dump($db); ?> --EXPECTF-- -Warning: Undefined variable: db in %s on line %d +Warning: Undefined variable $db in %s on line %d NULL object(hariCow)#%d (2) { ["x"]=> |
