Skip to content

Commit 3ac0f42

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 7695049 + 632708a commit 3ac0f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ static const func_info_t func_infos[] = {
10681068
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
10691069
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
10701070
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1071-
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
1071+
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
10721072
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
10731073
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
10741074
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),

0 commit comments

Comments
 (0)