3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Hail{ public $monday = function(){ return "monday"; } public $hello_monday = function(){ echo "what a beautiful ".$this->monday()."!"; } } $hoi = new Hail(); $hoi->{"hello_monday"}();
Output for 5.4.0 - 5.4.11
Parse error: syntax error, unexpected 'function' (T_FUNCTION) in 8BOFP on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.21
Parse error: syntax error, unexpected T_FUNCTION in 8BOFP on line 4
Process exited with code 255.

preferences:
164.02 ms | 1399 KiB | 41 Q