3v4l.org

run code in 300+ PHP versions simultaneously
<?php $info = array ( array ( 'num' => 1, 'name' => '15 TV', 'stream_type' => 'live', 'stream_id' => 219, 'stream_icon' => 'https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/5d/2f/1c/5d2f1cb1-3a21-71ff-c10c-e27253ba13dc/source/512x512bb.jpg', 'epg_channel_id' => NULL, 'added' => '1535765481', 'category_id' => '3', 'custom_sid' => '', 'tv_archive' => 0, 'direct_source' => '', 'tv_archive_duration' => 0, ), array ( 'num' => 125, 'name' => 'LA DOS', 'stream_type' => 'live', 'stream_id' => 323, 'stream_icon' => 'http://www.dazplayer.com/img_chh/la_dos_espa%C3%B1a.png', 'epg_channel_id' => NULL, 'added' => '1535838540', 'category_id' => '13', 'custom_sid' => '', 'tv_archive' => 0, 'direct_source' => '', 'tv_archive_duration' => 0, ), ); foreach($info as $x => $x_value) { echo "Name=" . $x_value['name'] . ", Stream Id=" . $x_value['stream_id'].", Stream Icon=".$x_value['stream_icon']. ", Category Id=". $x_value['category_id']; echo "<br>;"; } ?>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 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.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.26, 8.4.1 - 8.4.13
Name=15 TV, Stream Id=219, Stream Icon=https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/5d/2f/1c/5d2f1cb1-3a21-71ff-c10c-e27253ba13dc/source/512x512bb.jpg, Category Id=3<br>;Name=LA DOS, Stream Id=323, Stream Icon=http://www.dazplayer.com/img_chh/la_dos_espa%C3%B1a.png, Category Id=13<br>;

preferences:
155.12 ms | 411 KiB | 5 Q