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 git.master, git.master_jit, rfc.property-hooks
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>;

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
78.98 ms | 406 KiB | 5 Q