3v4l.org

run code in 300+ PHP versions simultaneously
<?php $h = 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/c0oBc
function name:  (null)
number of ops:  17
compiled vars:  !0 = $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                                         $1      
          4        INIT_FCALL                                               'hash'
          5        SEND_VAL                                                 'haval128%2C3'
          6        INIT_FCALL                                               'time'
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                         $3      
         10        CONCAT                                           ~4      $1, $3
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        ASSIGN                                                   !0, $5
    5    14        STRLEN                                           ~7      !0
         15        ECHO                                                     ~7
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.17 ms | 1394 KiB | 17 Q