3v4l.org

run code in 300+ PHP versions simultaneously
<?php $state = pack('l*', mt_rand(), mt_rand()); var_dump(bin2hex($state));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/q114d
function name:  (null)
number of ops:  17
compiled vars:  !0 = $state
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'pack'
          1        SEND_VAL                                                 'l%2A'
          2        INIT_FCALL                                               'mt_rand'
          3        DO_ICALL                                         $1      
          4        SEND_VAR                                                 $1
          5        INIT_FCALL                                               'mt_rand'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    5    10        INIT_FCALL                                               'var_dump'
         11        INIT_FCALL                                               'bin2hex'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.23 ms | 1394 KiB | 21 Q