Fix mb_strimwidth RC info

Closes GH-9254
This commit is contained in:
Ilija Tovilo 2022-08-05 10:52:20 +02:00
parent 19eecf16aa
commit a6f489b452
No known key found for this signature in database
GPG key ID: A4F5D403F118200A
3 changed files with 1 additions and 3 deletions

View file

@ -222,7 +222,6 @@ static const func_info_t func_infos[] = {
F1("mb_strrichr", MAY_BE_STRING|MAY_BE_FALSE),
F1("mb_substr", MAY_BE_STRING),
F1("mb_strcut", MAY_BE_STRING),
F1("mb_strimwidth", MAY_BE_STRING),
F1("mb_convert_encoding", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_LONG|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_ANY|MAY_BE_STRING|MAY_BE_FALSE),
F1("mb_convert_case", MAY_BE_STRING),
F1("mb_strtoupper", MAY_BE_STRING),

View file

@ -118,7 +118,6 @@ function mb_strcut(string $string, int $start, ?int $length = null, ?string $enc
function mb_strwidth(string $string, ?string $encoding = null): int {}
/** @refcount 1 */
function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {}
/**

View file

@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 48835e813592a48570d258a97dbf00f2e19d8b3a */
* Stub hash: 0c9ac8888b8332557f7098cfb9d259757af8b3c6 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mb_language, 0, 0, MAY_BE_STRING|MAY_BE_BOOL)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, language, IS_STRING, 1, "null")