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"}}'); echo $json->data->thumbnail->url;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined property: stdClass::$data in /in/YtIiU on line 4 Warning: Attempt to read property "thumbnail" on null in /in/YtIiU on line 4 Warning: Attempt to read property "url" on null in /in/YtIiU on line 4
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined property: stdClass::$data in /in/YtIiU on line 4 Notice: Trying to get property 'thumbnail' of non-object in /in/YtIiU on line 4 Notice: Trying to get property 'url' of non-object in /in/YtIiU on line 4
Output for 7.3.32 - 7.3.33
Output for 5.3.7 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25
Notice: Undefined property: stdClass::$data in /in/YtIiU on line 4 Notice: Trying to get property of non-object in /in/YtIiU on line 4 Notice: Trying to get property of non-object in /in/YtIiU on line 4

preferences:
199.83 ms | 403 KiB | 268 Q