3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array('Marc Boes', 'Willem Dumee', 'Dick Smit', 'Raymond van Bohemen'); //foreach($arr as $title => $name) { // echo "<li>" . $title . ": " . $name . "</li>"; //} $i = 0; while($i < 10) { echo "<li>$arr[$i]</li>"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
Branch analysis from position: 3
filename:       /in/gPj28
function name:  (null)
number of ops:  11
compiled vars:  !0 = $arr, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        ASSIGN                                                   !1, 0
   10     2      > JMP                                                      ->8
   11     3    >   ROPE_INIT                                     3  ~6      '%3Cli%3E'
          4        FETCH_DIM_R                                      ~4      !0, !1
          5        ROPE_ADD                                      1  ~6      ~6, ~4
          6        ROPE_END                                      2  ~5      ~6, '%3C%2Fli%3E'
          7        ECHO                                                     ~5
   10     8    >   IS_SMALLER                                               !1, 10
          9      > JMPNZ                                                    ~8, ->3
   14    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.67 ms | 1384 KiB | 13 Q