3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.79 ms | 1394 KiB | 17 Q