3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php $object = array( 'key' => 'value', 1 => 'value' ); $object = (object) $object; var_dump($object->key, $object->{'1'}, $object->{1}, $object->{"'1'"}, (array) $object);
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.21
Parse error: syntax error, unexpected '<' in /in/5ELDN on line 3
Process exited with code 255.

preferences:
191.74 ms | 1395 KiB | 57 Q