3v4l.org

run code in 300+ PHP versions simultaneously
<?php $len = 10; $breach_stopper = ""; for ($i = $len; $i--;) { $breach_stopper .= chr(rand(33,1260)); } echo $breach_stopper;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 4
Branch analysis from position: 14
Branch analysis from position: 4
filename:       /in/IoDMZ
function name:  (null)
number of ops:  16
compiled vars:  !0 = $len, !1 = $breach_stopper, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 10
    3     1        ASSIGN                                                   !1, ''
    4     2        ASSIGN                                                   !2, !0
          3      > JMP                                                      ->12
    5     4    >   INIT_FCALL                                               'chr'
          5        INIT_FCALL                                               'rand'
          6        SEND_VAL                                                 33
          7        SEND_VAL                                                 1260
          8        DO_ICALL                                         $6      
          9        SEND_VAR                                                 $6
         10        DO_ICALL                                         $7      
         11        ASSIGN_OP                                     8          !1, $7
    4    12    >   POST_DEC                                         ~9      !2
         13      > JMPNZ                                                    ~9, ->4
    7    14    >   ECHO                                                     !1
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.25 ms | 1394 KiB | 17 Q