3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '[{"movie_image":"231320166"}]'; $array = json_decode($json, true); $image = $array[0]['movie_image']; echo $image;
Output for 7.0.0 - 7.0.23, 7.1.0 - 7.1.33, 7.2.6 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.20, 8.3.0 - 8.3.8
231320166

preferences:
184.95 ms | 404 KiB | 211 Q