mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02: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.