@@ -220,6 +220,7 @@ static const func_info_t func_infos[] = {
220
220
FN ("addslashes" , MAY_BE_STRING ),
221
221
F1 ("addcslashes" , MAY_BE_STRING ),
222
222
FN ("rtrim" , MAY_BE_STRING ),
223
+ FN ("chop" , MAY_BE_STRING ),
223
224
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 ),
224
225
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 ),
225
226
F1 ("str_repeat" , MAY_BE_NULL | MAY_BE_STRING ),
@@ -244,7 +245,6 @@ static const func_info_t func_infos[] = {
244
245
F0 ("parse_str" , MAY_BE_NULL ),
245
246
F1 ("str_getcsv" , MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_NULL | MAY_BE_ARRAY_OF_STRING ),
246
247
F1 ("str_pad" , MAY_BE_NULL | MAY_BE_STRING ),
247
- F1 ("chop" , MAY_BE_STRING ),
248
248
F1 ("strchr" , MAY_BE_FALSE | MAY_BE_STRING ),
249
249
F1 ("sprintf" , MAY_BE_FALSE | MAY_BE_STRING ),
250
250
F0 ("printf" , MAY_BE_FALSE | MAY_BE_LONG ),
0 commit comments