mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
run-tests.php enforces error_reporting=E_ALL (including E_STRICT), setting this explicitly in not necessary. Conversely, after the removal of some E_STRICT errors, explicitly excluding it is no longer necessary in some places.