Skip to content

Commit 7157a2a

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Remove incorrect refcount info for addcslashes()
2 parents 2cc47a0 + 9d70946 commit 7157a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/Optimizer/zend_func_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ static const func_info_t old_func_infos[] = {
137137
FN("substr_replace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_STRING),
138138
F1("quotemeta", MAY_BE_STRING),
139139
F1("ucwords", MAY_BE_STRING),
140-
F1("addcslashes", MAY_BE_STRING),
141140
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),
142141
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),
143142
F1("str_repeat", MAY_BE_STRING),

0 commit comments

Comments
 (0)