Skip to content

Commit 9d70946

Browse files
committed
Remove incorrect refcount info for addcslashes()
This function may return the input string.
1 parent 2467f75 commit 9d70946

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/Optimizer/zend_func_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ static const func_info_t func_infos[] = {
163163
FN("substr_replace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING),
164164
F1("quotemeta", MAY_BE_STRING),
165165
F1("ucwords", MAY_BE_STRING),
166-
F1("addcslashes", MAY_BE_STRING),
167166
FN("str_replace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY | MAY_BE_ARRAY_OF_OBJECT),
168167
FN("str_ireplace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING | MAY_BE_ARRAY_OF_ARRAY | MAY_BE_ARRAY_OF_OBJECT),
169168
F1("str_repeat", MAY_BE_STRING),

0 commit comments

Comments
 (0)