3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public $prop1=1, $prop2=22,$prop3=333,$prop4=4444; public countProps() { return get_object_vars($this); } } $t = new Test; echo count( (array) $t);
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'countProps' (T_STRING), expecting variable (T_VARIABLE) in /in/Cao0D on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/Cao0D on line 5
Process exited with code 255.

preferences:
183.65 ms | 1395 KiB | 65 Q