3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( //sha224 hash('sha224', 'Ward van der '), hash('sha224', 'Willem VP'), //sha256 hash('sha256', 'Ward van der '), hash('sha256', 'Willem VP'), //sha384 hash('sha384', 'Ward van der '), hash('sha384', 'Willem VP'), // sha512 hash('sha512', 'Ward van der '), hash('sha512', 'Willem VP') );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/16tev
function name:  (null)
number of ops:  43
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    5     1        INIT_FCALL                                               'hash'
          2        SEND_VAL                                                 'sha224'
          3        SEND_VAL                                                 'Ward+van+der+'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
    6     6        INIT_FCALL                                               'hash'
          7        SEND_VAL                                                 'sha224'
          8        SEND_VAL                                                 'Willem+VP'
          9        DO_ICALL                                         $1      
         10        SEND_VAR                                                 $1
    8    11        INIT_FCALL                                               'hash'
         12        SEND_VAL                                                 'sha256'
         13        SEND_VAL                                                 'Ward+van+der+'
         14        DO_ICALL                                         $2      
         15        SEND_VAR                                                 $2
    9    16        INIT_FCALL                                               'hash'
         17        SEND_VAL                                                 'sha256'
         18        SEND_VAL                                                 'Willem+VP'
         19        DO_ICALL                                         $3      
         20        SEND_VAR                                                 $3
   11    21        INIT_FCALL                                               'hash'
         22        SEND_VAL                                                 'sha384'
         23        SEND_VAL                                                 'Ward+van+der+'
         24        DO_ICALL                                         $4      
         25        SEND_VAR                                                 $4
   12    26        INIT_FCALL                                               'hash'
         27        SEND_VAL                                                 'sha384'
         28        SEND_VAL                                                 'Willem+VP'
         29        DO_ICALL                                         $5      
         30        SEND_VAR                                                 $5
   14    31        INIT_FCALL                                               'hash'
         32        SEND_VAL                                                 'sha512'
         33        SEND_VAL                                                 'Ward+van+der+'
         34        DO_ICALL                                         $6      
         35        SEND_VAR                                                 $6
   15    36        INIT_FCALL                                               'hash'
         37        SEND_VAL                                                 'sha512'
         38        SEND_VAL                                                 'Willem+VP'
         39        DO_ICALL                                         $7      
         40        SEND_VAR                                                 $7
         41        DO_ICALL                                                 
   16    42      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.63 ms | 1396 KiB | 17 Q