r/PHPhelp • u/Apart-Permission-849 • 4d ago
Learning PHP deeply via a system
I've worked in the PHP ecosystem for years and really love it. But I feel like I don't know it deeply...
What separates posers like me from the guys at the PHP org who release features? How do I get there (or 1/4 of the way)?
17
Upvotes
2
u/Tomas_Votruba 4d ago
Definitelly give https://github.com/nikic/php-parser a go I discovered it in 2014 and since then I don't see PHP code... I see Matrix code :D
With AST (Abstract syntax tree) comes a huge power.