Dave Liddament
Introduces a PHP Language Extensions Library that uses static analysis tools and PHP attributes to implement new language features without waiting for the RFC process. Demonstrates how to create a 'friend' visibility modifier using custom PHPStan rules and attributes, allowing methods to be called only by specific classes. This approach enables rapid prototyping of language features that can be battle-tested before potentially being added to PHP core.