Author: Yoshinari Takaoka (mumumu)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2021-12-04T17:18:08+03:00

Commit: 
https://github.com/php/web-php/commit/b9624ef40738a6011c603f259e333f31f40abdcf
Raw diff: 
https://github.com/php/web-php/commit/b9624ef40738a6011c603f259e333f31f40abdcf.diff

Added Doc link about readonly properties and Array Unpacking (#476)

Changed paths:
  M  releases/8.1/release.inc


Diff:

diff --git a/releases/8.1/release.inc b/releases/8.1/release.inc
index abfb358d8..0fae32142 100644
--- a/releases/8.1/release.inc
+++ b/releases/8.1/release.inc
@@ -87,7 +87,7 @@ PHP
     <div class="php8-compare">
         <h2 class="php8-h2" id="readonly_properties">
             <?= message('readonly_properties_title', $lang) ?>
-            <a class="php8-rfc" 
href="https://wiki.php.net/rfc/readonly_properties_v2";>RFC</a>
+            <a class="php8-rfc" 
href="https://wiki.php.net/rfc/readonly_properties_v2";>RFC</a> <a 
class="php8-rfc" href="/manual/<?= $lang 
?>/language.oop5.properties.php#language.oop5.properties.readonly-properties"><?=
 message('documentation', $lang) ?></a>
         </h2>
         <div class="php8-compare__main">
             <div class="php8-compare__block example-contents">
@@ -499,7 +499,7 @@ PHP
     <div class="php8-compare">
         <h2 class="php8-h2" 
id="array_unpacking_support_for_string_keyed_arrays">
             <?= message('array_unpacking_title', $lang) ?>
-            <a class="php8-rfc" 
href="https://wiki.php.net/rfc/array_unpacking_string_keys";>RFC</a>
+            <a class="php8-rfc" 
href="https://wiki.php.net/rfc/array_unpacking_string_keys";>RFC</a> <a 
class="php8-rfc" href="/manual/<?= $lang 
?>/language.types.array.php#language.types.array.unpacking"><?= 
message('documentation', $lang) ?></a>
         </h2>
         <div class="php8-compare__main">
             <div class="php8-compare__block example-contents">

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to