Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion reference/mbstring/functions/mb-strimwidth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@
<term><parameter>width</parameter></term>
<listitem>
<para>
The width of the desired trim. Negative widths count from the end of the string.
The width of the desired trim.
If negative width is specified, count from the end of the string.
<note>
<para>
Passing negative width is deprecated as of PHP 8.3.0.
</para>
</note>
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -93,6 +99,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Passing a negative <parameter>width</parameter> to
<function>mb_strimwidth</function> is now deprecated.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
<row>
<entry>7.1.0</entry>
Expand Down