3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = json_decode('{"thumbnail":{"@url":"http:\/\/www.livestream.com\/filestore\/user-files\/chlukeestv\/2010\/01\/04\/92609a8d-afa6-4832-a8b2-ac4dc2925f4b_10.jpg"}}'); var_dump($json->thumbnail->@url);
Output for 5.4.0 - 5.4.26
Parse error: syntax error, unexpected '@', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/2fiHq on line 4
Process exited with code 255.
Output for 5.3.7 - 5.3.28
Parse error: syntax error, unexpected '@', expecting T_STRING or T_VARIABLE or '{' or '$' in /in/2fiHq on line 4
Process exited with code 255.

preferences:
182.59 ms | 1386 KiB | 56 Q