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>;"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 18
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 18
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/cvTsc
function name:  (null)
number of ops:  20
compiled vars:  !0 = $info, !1 = $x_value, !2 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   34     1      > FE_RESET_R                                       $4      !0, ->18
          2    > > FE_FETCH_R                                       ~5      $4, !1, ->18
          3    >   ASSIGN                                                   !2, ~5
   35     4        FETCH_DIM_R                                      ~7      !1, 'name'
          5        CONCAT                                           ~8      'Name%3D', ~7
          6        CONCAT                                           ~9      ~8, '%2C+Stream+Id%3D'
          7        FETCH_DIM_R                                      ~10     !1, 'stream_id'
          8        CONCAT                                           ~11     ~9, ~10
          9        CONCAT                                           ~12     ~11, '%2C+Stream+Icon%3D'
         10        FETCH_DIM_R                                      ~13     !1, 'stream_icon'
         11        CONCAT                                           ~14     ~12, ~13
         12        CONCAT                                           ~15     ~14, '%2C+Category+Id%3D'
         13        FETCH_DIM_R                                      ~16     !1, 'category_id'
         14        CONCAT                                           ~17     ~15, ~16
         15        ECHO                                                     ~17
   36    16        ECHO                                                     '%3Cbr%3E%3B'
   34    17      > JMP                                                      ->2
         18    >   FE_FREE                                                  $4
   38    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.18 ms | 996 KiB | 13 Q