3v4l.org

run code in 300+ PHP versions simultaneously
<?php $random_key = ''; for( $i = 0; $i <= 64; $i++) { $random_key .= chr(rand(65, 90)); } print strlen($random_key);
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 = 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 14, Position 2 = 3
Branch analysis from position: 14
Branch analysis from position: 3
filename:       /in/aNIrU
function name:  (null)
number of ops:  17
compiled vars:  !0 = $random_key, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, ''
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->12
    5     3    >   INIT_FCALL                                               'chr'
          4        INIT_FCALL                                               'rand'
          5        SEND_VAL                                                 65
          6        SEND_VAL                                                 90
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        ASSIGN_OP                                     8          !0, $5
    4    11        PRE_INC                                                  !1
         12    >   IS_SMALLER_OR_EQUAL                                      !1, 64
         13      > JMPNZ                                                    ~8, ->3
    8    14    >   STRLEN                                           ~9      !0
         15        ECHO                                                     ~9
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.94 ms | 1395 KiB | 17 Q