1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix GH-3307: ksort() behavior changed since PHP 8.2

This commit is contained in:
Christoph M. Becker
2024-08-07 22:36:46 +02:00
parent aa4ea6fd0a
commit 4acad9b77f
2 changed files with 14 additions and 0 deletions

View File

@@ -57,6 +57,13 @@
</thead>
<tbody>
&return.type.true;
<row>
<entry>8.2.0</entry>
<entry>
This function now does numeric string comparison under
<constant>SORT_REGULAR</constant> using the standard PHP 8 rules.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>

View File

@@ -57,6 +57,13 @@
</thead>
<tbody>
&return.type.true;
<row>
<entry>8.2.0</entry>
<entry>
This function now does numeric string comparison under
<constant>SORT_REGULAR</constant> using the standard PHP 8 rules.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>