Skip to content

Commit 1a905bc

Browse files
TysonAndrenikic
authored andcommitted
Add new missing functions from ext/hash
1 parent c0e9b15 commit 1a905bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,9 +1207,12 @@ static const func_info_t func_infos[] = {
12071207

12081208
/* ext/hash */
12091209
F1("hash", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1210+
F0("hash_equals", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
12101211
F1("hash_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
12111212
F1("hash_hmac", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1213+
F1("hash_hmac_algos", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
12121214
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1215+
F1("hash_hkdf", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
12131216
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
12141217
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
12151218
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),

0 commit comments

Comments
 (0)