3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '{ "normal_size": [ { "id": 1, "image": "MICMIMC30651-6.jpg", "url": "http://localhost:8000/images/product/preview/MICMIMC30651-6.jpg" }, { "id": 2, "image": "MICMIMC30651-61.jpg", "url": "http://localhost:8000/images/product/preview/MICMIMC30651-61.jpg" }, { "id": 3, "image": "MICMIMC30651-62.jpg", "url": "http://localhost:8000/images/product/preview/MICMIMC30651-62.jpg" }, { "id": 4, "image": "MICMIMC30651-63.jpg", "url": "http://localhost:8000/images/product/preview/MICMIMC30651-63.jpg" } ] }'; $output = json_encode(['image' => json_decode($data, true)]); echo $output;
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
{"image":{"normal_size":[{"id":1,"image":"MICMIMC30651-6.jpg","url":"http:\/\/localhost:8000\/images\/product\/preview\/MICMIMC30651-6.jpg"},{"id":2,"image":"MICMIMC30651-61.jpg","url":"http:\/\/localhost:8000\/images\/product\/preview\/MICMIMC30651-61.jpg"},{"id":3,"image":"MICMIMC30651-62.jpg","url":"http:\/\/localhost:8000\/images\/product\/preview\/MICMIMC30651-62.jpg"},{"id":4,"image":"MICMIMC30651-63.jpg","url":"http:\/\/localhost:8000\/images\/product\/preview\/MICMIMC30651-63.jpg"}]}}

preferences:
128.7 ms | 409 KiB | 5 Q