3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump(array( hash('sha256', 'some text'), hash('sha512/256', 'some text'), ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A1dZc
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'var_dump'
    4     1        INIT_FCALL                                                   'hash'
          2        SEND_VAL                                                     'sha256'
          3        SEND_VAL                                                     'some+text'
          4        DO_ICALL                                             $0      
          5        INIT_ARRAY                                           ~1      $0
    5     6        INIT_FCALL                                                   'hash'
          7        SEND_VAL                                                     'sha512%2F256'
          8        SEND_VAL                                                     'some+text'
          9        DO_ICALL                                             $2      
         10        ADD_ARRAY_ELEMENT                                    ~1      $2
         11        SEND_VAL                                                     ~1
    3    12        DO_ICALL                                                     
    6    13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.84 ms | 2735 KiB | 10 Q