We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7695049 + 632708a commit 3ac0f42Copy full SHA for 3ac0f42
ext/opcache/Optimizer/zend_func_info.c
@@ -1068,7 +1068,7 @@ static const func_info_t func_infos[] = {
1068
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1069
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
1070
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1071
- F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
+ F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
1072
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1073
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
1074
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
0 commit comments