3v4l.org

run code in 300+ PHP versions simultaneously
<?php $number = mt_rand(); echo($number); $hashed = md5($number); echo($hashed); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eUKLZ
function name:  (null)
number of ops:  10
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                                               'md5'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    5     8        ECHO                                                     !1
    6     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.4 ms | 1394 KiB | 17 Q