3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $inicio=10; $final=50; do{ if (($inicio % 2)==0) echo("El nĂºmero $inicio es pa r.<BR>"); $inicio++; }while ($inicio<=$final); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
Branch analysis from position: 9
filename:       /in/Vj1Xm
function name:  (null)
number of ops:  13
compiled vars:  !0 = $inicio, !1 = $final
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 10
    3     1        ASSIGN                                                   !1, 50
    5     2    >   MOD                                              ~4      !0, 2
          3        IS_EQUAL                                                 ~4, 0
          4      > JMPZ                                                     ~5, ->9
          5    >   ROPE_INIT                                     3  ~7      'El+n%C3%BAmero+'
          6        ROPE_ADD                                      1  ~7      ~7, !0
          7        ROPE_END                                      2  ~6      ~7, '+es+pa%0Ar.%3CBR%3E'
          8        ECHO                                                     ~6
    7     9    >   PRE_INC                                                  !0
    8    10        IS_SMALLER_OR_EQUAL                                      !0, !1
         11      > JMPNZ                                                    ~10, ->2
    9    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.69 ms | 1393 KiB | 13 Q