3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj = new stdClass(); $obj->hello = 'world'; $obj->foo = 'bar'; $ubj = (object) array( 'hello' => $obj->hello 'foo' => $obj->foo 'gugugu' => $obj->gugugu ); print_r($ubj);
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected ''foo'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in /in/FNOT8 on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /in/FNOT8 on line 10
Process exited with code 255.

preferences:
159.64 ms | 1386 KiB | 53 Q