3v4l.org

run code in 300+ PHP versions simultaneously
<?php $man = "1"; do { echo "what is your number: $man"; echo "<br>"; $man++; } while ($man <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/UXUqL
function name:  (null)
number of ops:  9
compiled vars:  !0 = $man
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '1'
    6     1    >   NOP                                                      
          2        FAST_CONCAT                                      ~2      'what+is+your+number%3A+', !0
          3        ECHO                                                     ~2
    7     4        ECHO                                                     '%3Cbr%3E'
    8     5        PRE_INC                                                  !0
    9     6        IS_SMALLER                                               !0, 5
          7      > JMPNZ                                                    ~4, ->1
   11     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.3 ms | 1392 KiB | 13 Q