sklar.com

...composed of an indefinite, perhaps infinite number of hexagonal galleries...

© 1994-2017. David Sklar. All rights reserved.

PHP To Make You Smile

Does it make you smile or frown that the following is valid PHP?

<?php
class 😀 {

    public static function 😁() {
        print "😃";
    }
}

😀::😁();

My hypothesis is that your reaction is correlated with whether you think the T_PAAMAYIM_NEKUDOTAYIM thing is trivial and amusing or a wart that must be excised.

Tagged with php , fun