3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hash = hash_pbkdf2('sha1', 'password', 'abcd', 1000, 32); echo $hash;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B1Otr
function name:  (null)
number of ops:  10
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'hash_pbkdf2'
          1        SEND_VAL                                                 'sha1'
          2        SEND_VAL                                                 'password'
          3        SEND_VAL                                                 'abcd'
          4        SEND_VAL                                                 1000
          5        SEND_VAL                                                 32
          6        DO_ICALL                                         $1      
          7        ASSIGN                                                   !0, $1
    4     8        ECHO                                                     !0
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.29 ms | 1394 KiB | 15 Q