3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cars = array ( array(22,18), array(15,13), array(5,2), array(17,15) ); for ($row = 0; $row < 4; $row++) { echo "<p><b>Row number $row</b></p>"; echo "<ul>"; for ($col = 0; $col < 3; $col++) { echo "<li>".$cars[$row][$col]."</li>"; } echo "</ul>"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 3
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 10
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 3
Branch analysis from position: 22
Branch analysis from position: 3
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 18, Position 2 = 10
Branch analysis from position: 18
Branch analysis from position: 10
filename:       /in/FCtGp
function name:  (null)
number of ops:  23
compiled vars:  !0 = $cars, !1 = $row, !2 = $col
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   10     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->20
   11     3    >   ROPE_INIT                                     3  ~6      '%3Cp%3E%3Cb%3ERow+number+'
          4        ROPE_ADD                                      1  ~6      ~6, !1
          5        ROPE_END                                      2  ~5      ~6, '%3C%2Fb%3E%3C%2Fp%3E'
          6        ECHO                                                     ~5
   12     7        ECHO                                                     '%3Cul%3E'
   13     8        ASSIGN                                                   !2, 0
          9      > JMP                                                      ->16
   14    10    >   FETCH_DIM_R                                      ~9      !0, !1
         11        FETCH_DIM_R                                      ~10     ~9, !2
         12        CONCAT                                           ~11     '%3Cli%3E', ~10
         13        CONCAT                                           ~12     ~11, '%3C%2Fli%3E'
         14        ECHO                                                     ~12
   13    15        PRE_INC                                                  !2
         16    >   IS_SMALLER                                               !2, 3
         17      > JMPNZ                                                    ~14, ->10
   16    18    >   ECHO                                                     '%3C%2Ful%3E'
   10    19        PRE_INC                                                  !1
         20    >   IS_SMALLER                                               !1, 4
         21      > JMPNZ                                                    ~16, ->3
   18    22    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.46 ms | 1394 KiB | 13 Q