Skip to content

Commit d440a3c

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 53fdcd7 + 1a905bc commit d440a3c

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
@@ -1063,9 +1063,12 @@ static const func_info_t func_infos[] = {
10631063

10641064
/* ext/hash */
10651065
F1("hash", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1066+
F0("hash_equals", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
10661067
F1("hash_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
10671068
F1("hash_hmac", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1069+
F1("hash_hmac_algos", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
10681070
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1071+
F1("hash_hkdf", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
10691072
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
10701073
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
10711074
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),

0 commit comments

Comments
 (0)