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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user