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; foreach ($stopSet as $stop) { echo $stop; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 22
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 22
Branch analysis from position: 14
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 20
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 20
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/9kTJ0
function name:  (null)
number of ops:  24
compiled vars:  !0 = $stopIDS, !1 = $stopIDs, !2 = $stopSet, !3 = $key, !4 = $stop
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_DIM_W                                      $5      !0, 'to'
          1        ASSIGN_DIM                                               $5, 0
          2        OP_DATA                                                  '1002554'
    5     3        FETCH_DIM_W                                      $7      !0, 'to'
          4        ASSIGN_DIM                                               $7, 1
          5        OP_DATA                                                  '2000023'
    7     6        FETCH_DIM_W                                      $9      !0, 'from'
          7        ASSIGN_DIM                                               $9, 0
          8        OP_DATA                                                  '1002757'
    8     9        FETCH_DIM_W                                      $11     !0, 'from'
         10        ASSIGN_DIM                                               $11, 1
         11        OP_DATA                                                  '1002718'
   10    12      > FE_RESET_R                                       $13     !1, ->22
         13    > > FE_FETCH_R                                       ~14     $13, !2, ->22
         14    >   ASSIGN                                                   !3, ~14
   11    15        ECHO                                                     !3
   13    16      > FE_RESET_R                                       $16     !2, ->20
         17    > > FE_FETCH_R                                               $16, !4, ->20
   14    18    >   ECHO                                                     !4
   13    19      > JMP                                                      ->17
         20    >   FE_FREE                                                  $16
   10    21      > JMP                                                      ->13
         22    >   FE_FREE                                                  $13
   16    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.89 ms | 1395 KiB | 13 Q