3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Logger { private $date = 'c'; } $logFormat = function($) { return date($this->date); }; echo $logFormat->call((new Logger));
Output for 5.6.8 - 5.6.14
Parse error: syntax error, unexpected '$', expecting variable (T_VARIABLE) in /in/DA9o5 on line 5
Process exited with code 255.
Output for 5.4.1 - 5.4.45, 5.5.24 - 5.5.30
Parse error: syntax error, unexpected '$', expecting '&' or variable (T_VARIABLE) in /in/DA9o5 on line 5
Process exited with code 255.

preferences:
188.99 ms | 1395 KiB | 65 Q