3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$myarray= Array // ( // [0] => Array // ( // [id] => '3', // [first_name] => 'Jim', // [last_name] => 'Dude', // ), // [1] => Array // ( // [id] => '4', // [first_name] => 'John', // [last_name] => 'Dude2', // ) // ); foreach ($result as $row) { echo '<tr>'; echo '<td>' . $row['id'] . '</td>'; echo '<td>' . $row['first_name'] . '</td>'; echo '<td>' . $row['last_name'] . '</td>'; echo '</tr>'; } ?> ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 17
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 17
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/JYXtX
function name:  (null)
number of ops:  20
compiled vars:  !0 = $result, !1 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   19     0  E > > FE_RESET_R                                       $2      !0, ->17
          1    > > FE_FETCH_R                                               $2, !1, ->17
   21     2    >   ECHO                                                     '%3Ctr%3E'
   22     3        FETCH_DIM_R                                      ~3      !1, 'id'
          4        CONCAT                                           ~4      '%3Ctd%3E', ~3
          5        CONCAT                                           ~5      ~4, '%3C%2Ftd%3E'
          6        ECHO                                                     ~5
   23     7        FETCH_DIM_R                                      ~6      !1, 'first_name'
          8        CONCAT                                           ~7      '%3Ctd%3E', ~6
          9        CONCAT                                           ~8      ~7, '%3C%2Ftd%3E'
         10        ECHO                                                     ~8
   24    11        FETCH_DIM_R                                      ~9      !1, 'last_name'
         12        CONCAT                                           ~10     '%3Ctd%3E', ~9
         13        CONCAT                                           ~11     ~10, '%3C%2Ftd%3E'
         14        ECHO                                                     ~11
   25    15        ECHO                                                     '%3C%2Ftr%3E'
   19    16      > JMP                                                      ->1
         17    >   FE_FREE                                                  $2
   28    18        ECHO                                                     '%3F%3E'
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.54 ms | 1394 KiB | 13 Q