3v4l.org

run code in 500+ PHP versions simultaneously
<?php $chars = array("a", "b", "c", "d", "e", "f", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"); $rand = array_rand($chars, 5); $key = implode("", $rand); var_dump($rand); var_dump($key);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/J9BpQ
function name:  (null)
number of ops:  15
compiled vars:  !0 = $chars, !1 = $rand, !2 = $key
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    4     1        INIT_FCALL                                                   'array_rand'
          2        SEND_VAR                                                     !0
          3        SEND_VAL                                                     5
          4        DO_ICALL                                             $4      
          5        ASSIGN                                                       !1, $4
    6     6        FRAMELESS_ICALL_2                implode             ~6      '', !1
          7        ASSIGN                                                       !2, ~6
    8     8        INIT_FCALL                                                   'var_dump'
          9        SEND_VAR                                                     !1
         10        DO_ICALL                                                     
    9    11        INIT_FCALL                                                   'var_dump'
         12        SEND_VAR                                                     !2
         13        DO_ICALL                                                     
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.47 ms | 1174 KiB | 17 Q