Skip to content

Commit ec7b3ef

Browse files
committed
wip
1 parent 2614191 commit ec7b3ef

2 files changed

Lines changed: 416 additions & 13 deletions

File tree

releases/8.5/languages/en.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,18 @@
1111
'url_parsing_api_title' => 'Add RFC 3986 and WHATWG URL compliant API',
1212
'url_parsing_api_description' => '<code>Uri\UriException</code>, <code>Uri\InvalidUriException</code>, <code>Uri\UriComparisonMode</code>,
1313
<code>Uri\Rfc3986\Uri</code>, <code>Uri\WhatWg\InvalidUrlException</code>, <code>Uri\WhatWg\UrlValidationErrorType</code>, <code>Uri\WhatWg\UrlValidationError</code>, and <code>Uri\WhatWg\Url</code> are now available.',
14+
'clone_with_title' => 'Clone with v2',
15+
'no_discard_title' => 'New <code>#[\NoDiscard]</code> Attribute',
16+
'fcc_in_const_expr_title' => 'First Class Callables in constant expressions',
17+
'curl_share_persistence_improvement_title' => 'Persistent cURL share handle improvement',
18+
'array_first_last_title' => 'New <code>array_first()</code> and <code>array_last()</code> functions',
19+
'final_promotion_title' => 'Final Property Promotion',
20+
'attributes_on_constants_title' => 'Attributes on Constants',
21+
'override_properties_title' => 'Attribute <code>#[\Override]</code> extended to target properties',
22+
'static_aviz_title' => 'Asymmetric Visibility for Static Properties',
23+
'deprecated_traits_title' => 'Attribute <code>#[\Deprecated]</code> available for traits',
1424

1525
'new_classes_title' => 'New Classes, Interfaces, and Functions',
16-
'new_core_attributes' => '<code>#[\NoDiscard]</code> and <code>#[\DelayedTargetValidation]</code> attributes',
1726

1827
'bc_title' => 'Deprecations and backward compatibility breaks',
1928

0 commit comments

Comments
 (0)