3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.17 ms | 1395 KiB | 19 Q