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 f712925 + 9c3b7cc commit d66e0f1Copy full SHA for d66e0f1
ext/opcache/Optimizer/zend_func_info.c
@@ -1291,7 +1291,7 @@ static const func_info_t func_infos[] = {
1291
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1292
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
1293
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1294
- F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
+ F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
1295
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1296
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
1297
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
0 commit comments