3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = Array ( '1JANATAMF' => Array ( '0' => 4.10, '1' => 5.10, '2' => 6.10, '3' => 7.10, '4' => 8.10, '5' => 5, '6' => 0.02, '7' => 5413 ), '1STPRIMFMF' => Array ( '0' => 12.90, '1' => 1.90, '2' => 16.90, '3' => 11.90, '4' => 14.90, '5' => 24, '6' => 04, '7' => 10 ) ); foreach($array as $key=>$value){?> <tr> <td><?php echo $key;?></td> <?php foreach($value as $val){?> <td><?php echo $val;?></td> <?php } ?> </tr> <?php }?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 16
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
2 jumps found. (Code = 77) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
2 jumps found. (Code = 78) Position 1 = 9, Position 2 = 13
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 13
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/gFhO7
function name:  (null)
number of ops:  18
compiled vars:  !0 = $array, !1 = $value, !2 = $key, !3 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   31     1      > FE_RESET_R                                       $5      !0, ->16
          2    > > FE_FETCH_R                                       ~6      $5, !1, ->16
          3    >   ASSIGN                                                   !2, ~6
   32     4        ECHO                                                     '%3Ctr%3E%0A%09%3Ctd%3E'
   33     5        ECHO                                                     !2
          6        ECHO                                                     '%3C%2Ftd%3E%0A%09'
   34     7      > FE_RESET_R                                       $8      !1, ->13
          8    > > FE_FETCH_R                                               $8, !3, ->13
   35     9    >   ECHO                                                     '%09%09%3Ctd%3E'
         10        ECHO                                                     !3
         11        ECHO                                                     '%3C%2Ftd%3E%0A%09'
   34    12      > JMP                                                      ->8
         13    >   FE_FREE                                                  $8
   37    14        ECHO                                                     '%3C%2Ftr%3E%0A'
   31    15      > JMP                                                      ->2
         16    >   FE_FREE                                                  $5
   38    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.47 ms | 1434 KiB | 13 Q