3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 'boegaboe'; $salt = '0123456789ABCDEFGHIJK'; $alphabet = range(0, 9) + range('A', 'Z') + range('a', 'z'); var_dump($alphabet);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d5E6G
function name:  (null)
number of ops:  21
compiled vars:  !0 = $password, !1 = $salt, !2 = $alphabet
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'boegaboe'
    4     1        ASSIGN                                                   !1, '0123456789ABCDEFGHIJK'
    6     2        INIT_FCALL                                               'range'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 9
          5        DO_ICALL                                         $5      
          6        INIT_FCALL                                               'range'
          7        SEND_VAL                                                 'A'
          8        SEND_VAL                                                 'Z'
          9        DO_ICALL                                         $6      
         10        ADD                                              ~7      $5, $6
         11        INIT_FCALL                                               'range'
         12        SEND_VAL                                                 'a'
         13        SEND_VAL                                                 'z'
         14        DO_ICALL                                         $8      
         15        ADD                                              ~9      ~7, $8
         16        ASSIGN                                                   !2, ~9
    8    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.05 ms | 1395 KiB | 17 Q