PHP 5.6, Apache 2.4 | Windows 7, OpenServer
(static function () {
return true;
})();
Why this throws syntax error?
syntax error, unexpected '('
But http://php.net/manual/en/functions.anonymous.php
PS: Also ->call doesn't work too... (unexpected '->')