You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/8.5/languages/en.php
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
<?php
2
2
3
3
return [
4
-
'common_header' => 'PHP 8.5 is a major update of the PHP language. It contains many new features, such as Pipe operator, Final Property Promotion, Attributes on Constants, performance improvements, bug fixes, and general cleanup.',
4
+
'common_header' => 'PHP 8.5 is a major update of the PHP language. It contains many new features, such as the new URI extension, support for modifying properties while cloning, the Pipe operator, performance improvements, bug fixes, and general cleanup.',
5
5
'documentation' => 'Doc',
6
6
'main_title' => 'Released!',
7
-
'main_subtitle' => 'PHP 8.5 is a major update of the PHP language.<br class="display-none-md"> It contains many new features, such as Pipe operator, Final Property Promotion, Attributes on Constants, performance improvements, bug fixes, and general cleanup.',
7
+
'main_subtitle' => 'PHP 8.5 is a major update of the PHP language.<br class="display-none-md"> It contains many new features, such as the new URI extension, support for modifying properties while cloning, the Pipe operator, performance improvements, bug fixes, and general cleanup.',
8
8
'upgrade_now' => 'Upgrade to PHP 8.5 now!',
9
9
10
10
'pipe_operator_title' => 'Pipe operator',
@@ -16,10 +16,6 @@
16
16
'fcc_in_const_expr_title' => 'First Class Callables in constant expressions',
<li>Property Promotion is now available for <code>final</code></li>
416
+
<li>Attributes are now available for constants</li>
417
+
<li>Attribute <code>#[\Override]</code> now works on properties</li>
418
+
<li>Asymmetric Visibility for Static Properties</li>
556
419
<li>New <code>#[\DelayedTargetValidation]</code> attribute is available</li>
557
420
<li>New <code>get_error_handler()</code>, <code>get_exception_handler()</code> functions, and <code>Closure::getCurrent</code> method are available.</li>
558
421
<li>New <code>Dom\Element::getElementsByClassName()</code> and <code>Dom\Element::insertAdjacentHTML()</code> methods are available.</li>
0 commit comments