3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr=array(0 => array('first_name' => 'John', 'last_name' => 'Doe'), 1=> array('first_name' => 'Jane', 'last_name' => 'Doe') ); foreach($arr as $key => $value) { echo '<tr>'; echo '<td>' . $value['first_name'] . '</td>'; echo '<td>' . $value['last_name'] . '</td>'; echo '</tr>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 15
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 15
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename:       /in/bhHWN
function name:  (null)
number of ops:  17
compiled vars:  !0 = $arr, !1 = $value, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    5     1      > FE_RESET_R                                       $4      !0, ->15
          2    > > FE_FETCH_R                                       ~5      $4, !1, ->15
          3    >   ASSIGN                                                   !2, ~5
    6     4        ECHO                                                     '%3Ctr%3E'
    7     5        FETCH_DIM_R                                      ~7      !1, 'first_name'
          6        CONCAT                                           ~8      '%3Ctd%3E', ~7
          7        CONCAT                                           ~9      ~8, '%3C%2Ftd%3E'
          8        ECHO                                                     ~9
    8     9        FETCH_DIM_R                                      ~10     !1, 'last_name'
         10        CONCAT                                           ~11     '%3Ctd%3E', ~10
         11        CONCAT                                           ~12     ~11, '%3C%2Ftd%3E'
         12        ECHO                                                     ~12
    9    13        ECHO                                                     '%3C%2Ftr%3E'
    5    14      > JMP                                                      ->2
         15    >   FE_FREE                                                  $4
   11    16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
192.17 ms | 1398 KiB | 13 Q