3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = mt_rand(); echo($number); $hashed = hash(sha256, $number); echo($hashed); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ymete
function name:  (null)
number of ops:  12
compiled vars:  !0 = $number, !1 = $hashed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'mt_rand'
          1        DO_ICALL                                         $2      
          2        ASSIGN                                                   !0, $2
    3     3        ECHO                                                     !0
    4     4        INIT_FCALL                                               'hash'
          5        FETCH_CONSTANT                                   ~4      'sha256'
          6        SEND_VAL                                                 ~4
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    5    10        ECHO                                                     !1
    6    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.83 ms | 1394 KiB | 17 Q