staabm/side-effects-detector
Detects side effects in PHP code so you can safely eval or decide to isolate execution. Classifies effects (stdout, exit, includes/scope pollution, etc.) and flags unknown/userland calls as “maybe”. Used by PHPUnit to speed up PHPT tests.
Full Changelog: https://github.com/staabm/side-effects-detector/compare/1.0.4...1.0.5
trigger_error has unknown side-effects
vprintf() has STANDARD_OUTPUT side-effect
Full Changelog: https://github.com/staabm/side-effects-detector/compare/1.0.2...1.0.3
printf() has STANDARD_OUTPUT side-effect
Full Changelog: https://github.com/staabm/side-effects-detector/compare/1.0.1...1.0.2
initial stable release
Initial release
How can I help you explore Laravel packages today?