3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = (object)array('body'=>'test 123' 'footer' => 'kaki'); print_r($test->body); print_r($test->footer);
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected ''footer'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /in/rAMCr on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /in/rAMCr on line 2
Process exited with code 255.

preferences:
165.87 ms | 1399 KiB | 47 Q