mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix mb_strimwidth RC info
Closes GH-9254
This commit is contained in:
parent
19eecf16aa
commit
a6f489b452
3 changed files with 1 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -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 {}
|
||||
|
||||
/**
|
||||
|
|
2
ext/mbstring/mbstring_arginfo.h
generated
2
ext/mbstring/mbstring_arginfo.h
generated
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue