3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.38 ms | 1394 KiB | 15 Q