Skip to content

Commit d66e0f1

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents f712925 + 9c3b7cc commit d66e0f1

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
@@ -1291,7 +1291,7 @@ static const func_info_t func_infos[] = {
12911291
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
12921292
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
12931293
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1294-
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
1294+
F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
12951295
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
12961296
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
12971297
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),

0 commit comments

Comments
 (0)