3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(array("1" => "a", "2" => "hello a1", "3" => "ab", "4" => "ab1", "5" => "hello ab1"), array("1" => "a", "2" => "hello a1", "3" => "ab", "4" => "ab2", "5" => "hello ab2"), array("1" => "a", "2" => "hello a1", "3" => "ac", "4" => "ac2", "5" => "hello ac2"), array("1" => "b", "2" => "hello b1", "3" => "bb", "4" => "bb1", "5" => "hello bb1"), array("1" => "b", "2" => "hello b1", "3" => "bb", "4" => "bb2", "5" => "hello bb2"), array("1" => "b", "2" => "hello b1", "3" => "bc", "4" => "bc3", "5" => "hello bc3"), ); foreach ($array as $key) { foreach ($key as $value) { echo $value; echo "<br>"; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 10
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 10
Branch analysis from position: 3
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 8
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 8
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 8
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/Okh0h
function name:  (null)
number of ops:  12
compiled vars:  !0 = $array, !1 = $key, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   35     1      > FE_RESET_R                                       $4      !0, ->10
          2    > > FE_FETCH_R                                               $4, !1, ->10
   36     3    > > FE_RESET_R                                       $5      !1, ->8
          4    > > FE_FETCH_R                                               $5, !2, ->8
   37     5    >   ECHO                                                     !2
   38     6        ECHO                                                     '%3Cbr%3E'
   36     7      > JMP                                                      ->4
          8    >   FE_FREE                                                  $5
   35     9      > JMP                                                      ->2
         10    >   FE_FREE                                                  $4
   40    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.66 ms | 1393 KiB | 13 Q