3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$dataSet = file_get_contents('ADDRESS OF DATABASE FILE'); $dataSet = "t0:4:2,t1:2:5:t0:4:2,t1:2:5:"; foreach(explode(",",$dataSet) AS $key => $subarray) { $array[$key] = explode(":",$subarray); } for($itemNum = 0; $itemNum < sizeof($array); $itemNum++){ echo '<tr>'; for($itemNum2 = 0; $itemNum2 < sizeof($array[$itemNum]); $itemNum2++){ echo '<td>' . $array[$itemNum][$itemNum2] . '</td>'; } echo '</tr>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 15
Branch analysis from position: 6
2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 15
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 18
Branch analysis from position: 36
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 27
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 21
Branch analysis from position: 31
2 jumps found. (Code = 44) Position 1 = 36, Position 2 = 18
Branch analysis from position: 36
Branch analysis from position: 18
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 31, Position 2 = 21
Branch analysis from position: 31
Branch analysis from position: 21
Branch analysis from position: 15
filename:       /in/7TaTY
function name:  (null)
number of ops:  37
compiled vars:  !0 = $dataSet, !1 = $subarray, !2 = $key, !3 = $array, !4 = $itemNum, !5 = $itemNum2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 't0%3A4%3A2%2Ct1%3A2%3A5%3At0%3A4%3A2%2Ct1%3A2%3A5%3A'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%2C'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $7      
          5      > FE_RESET_R                                       $8      $7, ->15
          6    > > FE_FETCH_R                                       ~9      $8, !1, ->15
          7    >   ASSIGN                                                   !2, ~9
    6     8        INIT_FCALL                                               'explode'
          9        SEND_VAL                                                 '%3A'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $12     
         12        ASSIGN_DIM                                               !3, !2
         13        OP_DATA                                                  $12
    5    14      > JMP                                                      ->6
         15    >   FE_FREE                                                  $8
    9    16        ASSIGN                                                   !4, 0
         17      > JMP                                                      ->33
   10    18    >   ECHO                                                     '%3Ctr%3E'
   11    19        ASSIGN                                                   !5, 0
         20      > JMP                                                      ->27
   12    21    >   FETCH_DIM_R                                      ~15     !3, !4
         22        FETCH_DIM_R                                      ~16     ~15, !5
         23        CONCAT                                           ~17     '%3Ctd%3E', ~16
         24        CONCAT                                           ~18     ~17, '%3C%2Ftd%3E'
         25        ECHO                                                     ~18
   11    26        PRE_INC                                                  !5
         27    >   FETCH_DIM_R                                      ~20     !3, !4
         28        COUNT                                            ~21     ~20
         29        IS_SMALLER                                               !5, ~21
         30      > JMPNZ                                                    ~22, ->21
   14    31    >   ECHO                                                     '%3C%2Ftr%3E'
    9    32        PRE_INC                                                  !4
         33    >   COUNT                                            ~24     !3
         34        IS_SMALLER                                               !4, ~24
         35      > JMPNZ                                                    ~25, ->18
   16    36    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.13 ms | 1400 KiB | 15 Q