Moments of joy with PHP - (and other languages (but mostly PHP :D))
<?function foo () { return new array(foo);}$arr = foo();$arr[0](); // worksvar_dump(foo()[0]); // compiling error
No comments:
Post a Comment