3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr_u = array(); for($i=0; $i<52; $i++)array_push($arr_u,chr(rand(3420,66666))); print_r($arr_u);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 3
Branch analysis from position: 17
Branch analysis from position: 3
filename:       /in/gALQv
function name:  (null)
number of ops:  21
compiled vars:  !0 = $arr_u, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->15
          3    >   INIT_FCALL                                               'array_push'
          4        SEND_REF                                                 !0
          5        INIT_FCALL                                               'chr'
          6        INIT_FCALL                                               'rand'
          7        SEND_VAL                                                 3420
          8        SEND_VAL                                                 66666
          9        DO_ICALL                                         $4      
         10        SEND_VAR                                                 $4
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        DO_ICALL                                                 
         14        PRE_INC                                                  !1
         15    >   IS_SMALLER                                               !1, 52
         16      > JMPNZ                                                    ~8, ->3
    4    17    >   INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.38 ms | 1395 KiB | 21 Q