Skip to content

Commit 632708a

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
2 parents 78aa89a + d66e0f1 commit 632708a

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
@@ -1212,7 +1212,7 @@ static const func_info_t func_infos[] = {
12121212
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
12131213
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
12141214
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1215-
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
1215+
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
12161216
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
12171217
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
12181218
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),

0 commit comments

Comments
 (0)