Fixed optional in hash_pbkdf2 declaration

This commit is contained in:
Jan Kalina 2019-01-19 21:23:28 +01:00 committed by GitHub
parent e16cef6ffd
commit 7e61a37f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ function hash_hmac_algos() {}
* binary representation of the derived key is returned.
* @since 5.5.0
*/
function hash_pbkdf2 ($algo, $password, $salt, $iterations, $length, $raw_output) {}
function hash_pbkdf2 ($algo, $password, $salt, $iterations, $length = 0, $raw_output = FALSE) {}
/**
* Generates a key