3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arr = str_split("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890", 1); shuffle($arr); echo implode('', array_slice($arr, 0, 16));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XLlI2
function name:  (null)
number of ops:  16
compiled vars:  !0 = $arr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'str_split'
          1        SEND_VAL                                                     'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890'
          2        SEND_VAL                                                     1
          3        DO_ICALL                                             $1      
          4        ASSIGN                                                       !0, $1
    4     5        INIT_FCALL                                                   'shuffle'
          6        SEND_REF                                                     !0
          7        DO_ICALL                                                     
    5     8        INIT_FCALL                                                   'array_slice'
          9        SEND_VAR                                                     !0
         10        SEND_VAL                                                     0
         11        SEND_VAL                                                     16
         12        DO_ICALL                                             $4      
         13        FRAMELESS_ICALL_2                implode             ~5      '', $4
         14        ECHO                                                         ~5
         15      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.49 ms | 1274 KiB | 16 Q