Skip to content

Commit 19f924c

Browse files
committed
Move clamp to PHP 8.6
1 parent 10d1f4c commit 19f924c

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<sect1 xml:id="migration85.new-functions">
3+
<title>New Functions</title>
4+
5+
<sect2 xml:id="migration85.new-functions.core">
6+
<title>Core</title>
7+
8+
<simplelist>
9+
<!-- RFC: https://wiki.php.net/rfc/clamp -->
10+
<member><function>clamp</function></member>
11+
</simplelist>
12+
</sect2>
13+
14+
</sect1>
15+
<!-- Keep this comment at the end of the file
16+
Local variables:
17+
mode: sgml
18+
sgml-omittag:t
19+
sgml-shorttag:t
20+
sgml-minimize-attributes:nil
21+
sgml-always-quote-attributes:t
22+
sgml-indent-step:1
23+
sgml-indent-data:t
24+
indent-tabs-mode:nil
25+
sgml-parent-document:nil
26+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
27+
sgml-exposed-tags:nil
28+
sgml-local-catalogs:nil
29+
sgml-local-ecat-files:nil
30+
End:
31+
vim600: syn=xml fen fdm=syntax fdl=2 si
32+
vim: et tw=78 syn=sgml
33+
vi: ts=1 sw=1
34+
-->

reference/array/versions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<function name='array_walk_recursive' from='PHP 5, PHP 7, PHP 8'/>
6767
<function name='arsort' from='PHP 4, PHP 5, PHP 7, PHP 8'/>
6868
<function name='asort' from='PHP 4, PHP 5, PHP 7, PHP 8'/>
69-
<function name='clamp' from='PHP 8 &gt;= 8.5.0'/>
69+
<function name='clamp' from='PHP 8 &gt;= 8.6.0'/>
7070
<function name='compact' from='PHP 4, PHP 5, PHP 7, PHP 8'/>
7171
<function name='count' from='PHP 4, PHP 5, PHP 7, PHP 8'/>
7272
<function name='current' from='PHP 4, PHP 5, PHP 7, PHP 8'/>

0 commit comments

Comments
 (0)