3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( hash('md5', '123test'), hash('sha1', '123test'), hash('sha256', '123test'), hash('sha512', '123test') );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l7dAq
function name:  (null)
number of ops:  23
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
    3     1        INIT_FCALL                                               'hash'
          2        SEND_VAL                                                 'md5'
          3        SEND_VAL                                                 '123test'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
    4     6        INIT_FCALL                                               'hash'
          7        SEND_VAL                                                 'sha1'
          8        SEND_VAL                                                 '123test'
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
    5    11        INIT_FCALL                                               'hash'
         12        SEND_VAL                                                 'sha256'
         13        SEND_VAL                                                 '123test'
         14        DO_ICALL                                         $2      
         15        SEND_VAR                                                 $2
    6    16        INIT_FCALL                                               'hash'
         17        SEND_VAL                                                 'sha512'
         18        SEND_VAL                                                 '123test'
         19        DO_ICALL                                         $3      
         20        SEND_VAR                                                 $3
         21        DO_ICALL                                                 
    7    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.2 ms | 1386 KiB | 17 Q