3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public $bar = 'barValue'; protected $baz = 'bazValue'; protected $yo = 'hellomoto' private $tab = 'tabValue'; } var_dump((array) new Foo());
Output for 5.4.18
Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting ',' or ';' in /in/kg9ea on line 7
Process exited with code 255.
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting ',' or ';' in /in/6XGIT on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PRIVATE, expecting ',' or ';' in /in/6XGIT on line 7
Process exited with code 255.

preferences:
178.69 ms | 1399 KiB | 54 Q