Hacker News new | ask | show | jobs
by fred2133 3954 days ago
Subtle abuse of type juggling is the way to go in PHP

    var_dump(true == 'false');
Or you can overload library functions by abusing namespacing or runkit, but yeuch.