3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = '1234567890123456'; $iterations = 200000; $length = 256; $hash1 = hash_pbkdf2('sha256', 'plnlrtfpijpuhqylxbgqiiyipieyxvfsavzgxbbcfusqkozwpngsyejqlmjsytrmd', $salt, $iterations, $length);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Zb4I1
function name:  (null)
number of ops:  12
compiled vars:  !0 = $salt, !1 = $iterations, !2 = $length, !3 = $hash1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '1234567890123456'
    3     1        ASSIGN                                                   !1, 200000
    4     2        ASSIGN                                                   !2, 256
    5     3        INIT_FCALL                                               'hash_pbkdf2'
          4        SEND_VAL                                                 'sha256'
          5        SEND_VAL                                                 'plnlrtfpijpuhqylxbgqiiyipieyxvfsavzgxbbcfusqkozwpngsyejqlmjsytrmd'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !3, $7
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.04 ms | 1394 KiB | 15 Q