1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

Fixed reference-counter inference

This commit is contained in:
Dmitry Stogov
2016-11-01 00:18:12 +03:00
parent d3325ff771
commit e88adddfd1

View File

@@ -344,7 +344,7 @@ static const func_info_t func_infos[] = {
F1("ucfirst", MAY_BE_NULL | MAY_BE_STRING),
F1("lcfirst", MAY_BE_NULL | MAY_BE_STRING),
F1("ucwords", MAY_BE_NULL | MAY_BE_STRING),
F1("strtr", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
FN("strtr", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_STRING),
FN("addslashes", MAY_BE_NULL | MAY_BE_STRING),
F1("addcslashes", MAY_BE_NULL | MAY_BE_STRING),
FN("rtrim", MAY_BE_NULL | MAY_BE_STRING),