3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x=1; do { echo "The number is: $x <br>"; $x++; } while ($x<=5) ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 44) Position 1 = 8, Position 2 = 1
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
filename:       /in/4TSmk
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    6     1    >   ROPE_INIT                                     3  ~3      'The+number+is%3A+'
          2        ROPE_ADD                                      1  ~3      ~3, !0
          3        ROPE_END                                      2  ~2      ~3, '+%3Cbr%3E'
          4        ECHO                                                     ~2
    7     5        PRE_INC                                                  !0
    9     6        IS_SMALLER_OR_EQUAL                                      !0, 5
          7      > JMPNZ                                                    ~6, ->1
   11     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.91 ms | 1392 KiB | 13 Q