logoalt Hacker News

simpaticodertoday at 3:17 AM0 repliesview on HN

>I've got a small file that's almost entirely devoted to reversing stupid things he unilaterally shoved into core

That's actually very cool. In most runtimes the "core" built-ins and standard libraries are immutable. You'd have to recompile them with your changes to get the same effect. Not so with PHP. A footgun, but in this case a useful one.