[DOC-CVS] [doc-en] master: grapheme-str-split.xml Remove extra `locale` description (#5182)
[email protected] (Mikhail Alferov via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-30T10:09:33Z
Commit: https://github.com/php/doc-en/commit/ee94fd0c20566ec20b0dbfa5ab639d6bb0e9f890
Raw diff: https://github.com/php/doc-en/commit/ee94fd0c20566ec20b0dbfa5ab639d6bb0e9f890.diff
grapheme-str-split.xml Remove extra `locale` description (#5182)
Initially I thought the `locale` parameter was missing from the signature. However, `grapheme_str_split()` actually accepts only 2 arguments in PHP 8.5.2 — meaning the parameter description was added to the documentation erroneously
Changed paths:
M reference/intl/grapheme/grapheme-str-split.xml
Diff:
diff --git a/reference/intl/grapheme/grapheme-str-split.xml b/reference/intl/grapheme/grapheme-str-split.xml
index 439977025940..63e284db3854 100644
--- a/reference/intl/grapheme/grapheme-str-split.xml
+++ b/reference/intl/grapheme/grapheme-str-split.xml
@@ -42,12 +42,6 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><parameter>locale</parameter></term>
- <listitem>
- &intl.param.grapheme.locale;
- </listitem>
- </varlistentry>
</variablelist>
</refsect1>