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 78aa89a + d66e0f1 commit 632708aCopy full SHA for 632708a
ext/opcache/Optimizer/zend_func_info.c
@@ -1212,7 +1212,7 @@ static const func_info_t func_infos[] = {
1212
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
1213
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
1214
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1215
- F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
+ F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
1216
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
1217
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
1218
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
0 commit comments