3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
187.66 ms | 1386 KiB | 17 Q