php-debugbar
php-debugbar copied to clipboard
You can't use method return value in write context with ini_get and PHP 5.5-
https://github.com/maximebf/php-debugbar/blob/30e7d60937ee5f1320975ca9bc7bcdd44d500f07/src/DebugBar/DataCollector/DataCollector.php#L178
There is a fatal error in PHP 5.4, you have to store the return of ini_get function inside a var then you will be able to test the content of it.