3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = hash_pbkdf2("sha256", "hankat89", "PTPweAej65tm+azGGsmDuw==", 3000); var_dump($hash == "dxCYSKTxU9hk1cSvSF/wWw==");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3u1DM
function name:  (null)
number of ops:  12
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'hash_pbkdf2'
          1        SEND_VAL                                                 'sha256'
          2        SEND_VAL                                                 'hankat89'
          3        SEND_VAL                                                 'PTPweAej65tm%2BazGGsmDuw%3D%3D'
          4        SEND_VAL                                                 3000
          5        DO_ICALL                                         $1      
          6        ASSIGN                                                   !0, $1
    5     7        INIT_FCALL                                               'var_dump'
          8        IS_EQUAL                                         ~3      !0, 'dxCYSKTxU9hk1cSvSF%2FwWw%3D%3D'
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.66 ms | 1394 KiB | 17 Q