diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-03-01 15:16:53 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-03-01 15:16:53 +0200 |
commit | 1a35c959a91ba4173f7ea8d1705ff93363ab953a (patch) | |
tree | 2e27ce056e070e8fb680d096d2064e8e516ec301 | |
parent | 55f7747bff9e668f4d61e3b37ee686c51d21da6e (diff) | |
download | php-git-1a35c959a91ba4173f7ea8d1705ff93363ab953a.tar.gz |
Add missing value for error_reporting directive
-rw-r--r-- | Zend/tests/bug67436/bug67436.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug67436/bug67436.phpt b/Zend/tests/bug67436/bug67436.phpt index c8bfb50d10..8a6b3f8027 100644 --- a/Zend/tests/bug67436/bug67436.phpt +++ b/Zend/tests/bug67436/bug67436.phpt @@ -2,7 +2,7 @@ bug67436: Autoloader isn't called if user defined error handler is present --INI-- -error_reporting= +error_reporting=-1 --FILE-- <?php |