3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Associative Array $stopIDS["to"][0] = "1002554"; $stopIDS["to"][1] = "2000023"; $stopIDS["from"][0] = "1002757"; $stopIDS["from"][1] = "1002718"; foreach($stopIDS as $key => $stopSet) { echo $key; echo " "; foreach ($stopSet as $stop) { echo $stop; echo " "; } echo "\n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 25
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 25
Branch analysis from position: 14
2 jumps found. (Code = 77) Position 1 = 18, Position 2 = 22
Branch analysis from position: 18
2 jumps found. (Code = 78) Position 1 = 19, Position 2 = 22
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
Branch analysis from position: 22
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 22
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename:       /in/u4LkQ
function name:  (null)
number of ops:  27
compiled vars:  !0 = $stopIDS, !1 = $stopSet, !2 = $key, !3 = $stop
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_DIM_W                                      $4      !0, 'to'
          1        ASSIGN_DIM                                               $4, 0
          2        OP_DATA                                                  '1002554'
    5     3        FETCH_DIM_W                                      $6      !0, 'to'
          4        ASSIGN_DIM                                               $6, 1
          5        OP_DATA                                                  '2000023'
    7     6        FETCH_DIM_W                                      $8      !0, 'from'
          7        ASSIGN_DIM                                               $8, 0
          8        OP_DATA                                                  '1002757'
    8     9        FETCH_DIM_W                                      $10     !0, 'from'
         10        ASSIGN_DIM                                               $10, 1
         11        OP_DATA                                                  '1002718'
   10    12      > FE_RESET_R                                       $12     !0, ->25
         13    > > FE_FETCH_R                                       ~13     $12, !1, ->25
         14    >   ASSIGN                                                   !2, ~13
   11    15        ECHO                                                     !2
   13    16        ECHO                                                     '+'
   15    17      > FE_RESET_R                                       $15     !1, ->22
         18    > > FE_FETCH_R                                               $15, !3, ->22
   16    19    >   ECHO                                                     !3
   18    20        ECHO                                                     '+'
   15    21      > JMP                                                      ->18
         22    >   FE_FREE                                                  $15
   21    23        ECHO                                                     '%0A'
   10    24      > JMP                                                      ->13
         25    >   FE_FREE                                                  $12
   22    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.98 ms | 1386 KiB | 13 Q