3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = random_bytes(16); $i = 1000; var_dump(hash_equals( hash_pbkdf2('sha256', '2905814737452000000000000000000000000000000000000000000000000000000000000000000000_HASHCAT_FTW', $s, $i), hash_pbkdf2('sha256', '-7no| (rSnm95FNUX:R(ly*?,rpEu31D', $s, $i) ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/p4AqD
function name:  (null)
number of ops:  25
compiled vars:  !0 = $s, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'random_bytes'
          1        SEND_VAL                                                 16
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        ASSIGN                                                   !1, 1000
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'hash_equals'
    5     7        INIT_FCALL                                               'hash_pbkdf2'
          8        SEND_VAL                                                 'sha256'
          9        SEND_VAL                                                 '2905814737452000000000000000000000000000000000000000000000000000000000000000000000_HASHCAT_FTW'
         10        SEND_VAR                                                 !0
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
    6    14        INIT_FCALL                                               'hash_pbkdf2'
         15        SEND_VAL                                                 'sha256'
         16        SEND_VAL                                                 '-7no%7C+%28rSnm95FNUX%3AR%28ly%2A%3F%2CrpEu31D'
         17        SEND_VAR                                                 !0
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                         $6      
         20        SEND_VAR                                                 $6
         21        DO_ICALL                                         $7      
         22        SEND_VAR                                                 $7
         23        DO_ICALL                                                 
    7    24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.95 ms | 1395 KiB | 21 Q