3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo substr(str_shuffle(implode('', array_merge(range(0,9), range('a','z'), range('A','Z')))), 0, 8);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VjJmS
function name:  (null)
number of ops:  31
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'substr'
          1        INIT_FCALL                                               'str_shuffle'
          2        INIT_FCALL                                               'implode'
          3        SEND_VAL                                                 ''
          4        INIT_FCALL                                               'array_merge'
          5        INIT_FCALL                                               'range'
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 9
          8        DO_ICALL                                         $0      
          9        SEND_VAR                                                 $0
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 'a'
         12        SEND_VAL                                                 'z'
         13        DO_ICALL                                         $1      
         14        SEND_VAR                                                 $1
         15        INIT_FCALL                                               'range'
         16        SEND_VAL                                                 'A'
         17        SEND_VAL                                                 'Z'
         18        DO_ICALL                                         $2      
         19        SEND_VAR                                                 $2
         20        DO_ICALL                                         $3      
         21        SEND_VAR                                                 $3
         22        DO_ICALL                                         $4      
         23        SEND_VAR                                                 $4
         24        DO_ICALL                                         $5      
         25        SEND_VAR                                                 $5
         26        SEND_VAL                                                 0
         27        SEND_VAL                                                 8
         28        DO_ICALL                                         $6      
         29        ECHO                                                     $6
         30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.67 ms | 1395 KiB | 23 Q