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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.51 ms | 1386 KiB | 17 Q