3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ip = 0; while($ip <= 255){ $ip++; } echo $ip . "<br />"; $hash = md5($ip); echo $hash ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 5, Position 2 = 2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 5, Position 2 = 2
Branch analysis from position: 5
Branch analysis from position: 2
filename:       /in/En1ps
function name:  (null)
number of ops:  13
compiled vars:  !0 = $ip, !1 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1      > JMP                                                      ->3
    4     2    >   PRE_INC                                                  !0
    3     3    >   IS_SMALLER_OR_EQUAL                                      !0, 255
          4      > JMPNZ                                                    ~4, ->2
    6     5    >   CONCAT                                           ~5      !0, '%3Cbr+%2F%3E'
          6        ECHO                                                     ~5
    7     7        INIT_FCALL                                               'md5'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
    8    11        ECHO                                                     !1
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.87 ms | 1394 KiB | 15 Q