Skip to content

Commit a6f489b

Browse files
committed
Fix mb_strimwidth RC info
Closes phpGH-9254
1 parent 19eecf1 commit a6f489b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Diff for: Zend/Optimizer/zend_func_infos.h

-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ static const func_info_t func_infos[] = {
222222
F1("mb_strrichr", MAY_BE_STRING|MAY_BE_FALSE),
223223
F1("mb_substr", MAY_BE_STRING),
224224
F1("mb_strcut", MAY_BE_STRING),
225-
F1("mb_strimwidth", MAY_BE_STRING),
226225
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),
227226
F1("mb_convert_case", MAY_BE_STRING),
228227
F1("mb_strtoupper", MAY_BE_STRING),

Diff for: ext/mbstring/mbstring.stub.php

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ function mb_strcut(string $string, int $start, ?int $length = null, ?string $enc
118118

119119
function mb_strwidth(string $string, ?string $encoding = null): int {}
120120

121-
/** @refcount 1 */
122121
function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $encoding = null): string {}
123122

124123
/**

Diff for: ext/mbstring/mbstring_arginfo.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)