summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-03 09:23:55 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-03 09:23:55 +0200
commitd66e0f165d41788d5eb576cadc273ae8205ee567 (patch)
tree47026c3951e303c33ba465b4962a0a03b5c005a6
parentf7129255005cc8889fbf5626ddf92f3f73157c48 (diff)
parent9c3b7ccda5e3737c779e019eb1468213edaa2e39 (diff)
downloadphp-git-d66e0f165d41788d5eb576cadc273ae8205ee567.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
-rw-r--r--ext/opcache/Optimizer/zend_func_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_func_info.c b/ext/opcache/Optimizer/zend_func_info.c
index 78ad60fa13..cf04895263 100644
--- a/ext/opcache/Optimizer/zend_func_info.c
+++ b/ext/opcache/Optimizer/zend_func_info.c
@@ -1291,7 +1291,7 @@ static const func_info_t func_infos[] = {
F1("hash_hmac_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
F1("hash_init", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),
F0("hash_update", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
- F0("hash_update_stream", MAY_BE_NULL | MAY_BE_LONG),
+ F0("hash_update_stream", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_LONG),
F0("hash_update_file", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE),
F1("hash_final", MAY_BE_NULL | MAY_BE_STRING),
F1("hash_copy", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_OBJECT),