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 6385006 commit 8c67abbCopy full SHA for 8c67abb
Zend/Optimizer/zend_func_info.c
@@ -542,9 +542,6 @@ static const func_info_t func_infos[] = {
542
F1("utf8_decode", MAY_BE_STRING),
543
544
/* ext/zlib */
545
- F1("gzgetc", MAY_BE_FALSE | MAY_BE_STRING),
546
- F1("gzgets", MAY_BE_FALSE | MAY_BE_STRING),
547
- F1("gzread", MAY_BE_FALSE | MAY_BE_STRING),
548
F1("gzopen", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_RESOURCE),
549
F1("gzfile", MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_STRING),
550
F1("gzcompress", MAY_BE_FALSE | MAY_BE_STRING),
0 commit comments