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.
1 parent 2160f5c commit fda78e5Copy full SHA for fda78e5
ext/opcache/Optimizer/zend_func_info.c
@@ -133,7 +133,7 @@ static const func_info_t func_infos[] = {
133
F1("md5", MAY_BE_STRING),
134
F1("md5_file", MAY_BE_FALSE | MAY_BE_STRING),
135
F1("iptcparse", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ARRAY),
136
- F1("iptcembed", MAY_BE_FALSE | MAY_BE_STRING),
+ F1("iptcembed", MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_STRING),
137
F1("getimagesize", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
138
F1("getimagesizefromstring", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_LONG | MAY_BE_ARRAY_OF_STRING),
139
F1("image_type_to_mime_type", MAY_BE_STRING),
0 commit comments