3v4l.org

run code in 300+ PHP versions simultaneously
<?php $gameKey = substr ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", mt_rand( 0 ,50 ), 1) . substr (hash("sha512", "lol" . microtime()), 0, 44); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OW6QI
function name:  (null)
number of ops:  24
compiled vars:  !0 = $gameKey
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'substr'
          1        SEND_VAL                                                 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
          2        INIT_FCALL                                               'mt_rand'
          3        SEND_VAL                                                 0
          4        SEND_VAL                                                 50
          5        DO_ICALL                                         $1      
          6        SEND_VAR                                                 $1
          7        SEND_VAL                                                 1
          8        DO_ICALL                                         $2      
          9        INIT_FCALL                                               'substr'
         10        INIT_FCALL                                               'hash'
         11        SEND_VAL                                                 'sha512'
         12        INIT_FCALL                                               'microtime'
         13        DO_ICALL                                         $3      
         14        CONCAT                                           ~4      'lol', $3
         15        SEND_VAL                                                 ~4
         16        DO_ICALL                                         $5      
         17        SEND_VAR                                                 $5
         18        SEND_VAL                                                 0
         19        SEND_VAL                                                 44
         20        DO_ICALL                                         $6      
         21        CONCAT                                           ~7      $2, $6
         22        ASSIGN                                                   !0, ~7
    4    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.53 ms | 1395 KiB | 21 Q