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); } print_r($array); ?>
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 = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/XbMSq
function name:  (null)
number of ops:  20
compiled vars:  !0 = $dataSet, !1 = $subarray, !2 = $key, !3 = $array
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                                         $5      
          5      > FE_RESET_R                                       $6      $5, ->15
          6    > > FE_FETCH_R                                       ~7      $6, !1, ->15
          7    >   ASSIGN                                                   !2, ~7
    6     8        INIT_FCALL                                               'explode'
          9        SEND_VAL                                                 '%3A'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $10     
         12        ASSIGN_DIM                                               !3, !2
         13        OP_DATA                                                  $10
    5    14      > JMP                                                      ->6
         15    >   FE_FREE                                                  $6
   11    16        INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !3
         18        DO_ICALL                                                 
   12    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.25 ms | 1395 KiB | 17 Q