Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Manuel Pichler's Blog:
Why I love PHP
Jul 24, 2009 @ 16:06:20

In a (somewhat sadistic) example of why he loves the flexibility that PHP offers Manuel Pichler has posted a code snippet showing just how much PHP can bend.

While working on PHP_Depend's parser I realized one major reason Why I love PHP, it's the flexibility of language. Even if you think you now know all ways to solve a problem, there is always one more way to solve it.

At a high level, the code example does some crazy things with variable variables, magic functions and constants to ultimately output "f:bar()".

tagged: flexibility language example

Link:


Trending Topics: