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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user