Skip to content

Commit

Permalink
[PHP 8.4] Update WeakReference::__debugInfo() changelogを取り込み
Browse files Browse the repository at this point in the history
  • Loading branch information
siwa32 committed Dec 30, 2024
1 parent 679a7fb commit 4d100fd
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion language/predefined/weakreference.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cd391e65a613a729f9bbded2b1249e2d7143400c Maintainer: mumumu Status: ready -->
<!-- EN-Revision: 7caf0c13762e7db3e7002b1286f23b65d940e2d0 Maintainer: mumumu Status: ready -->
<reference xml:id="class.weakreference" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

<title>WeakReference クラス</title>
Expand Down Expand Up @@ -80,6 +80,30 @@ NULL
</para>
</section>

<section role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<methodname>WeakReference::__debugInfo</methodname> の出力に、
参照されたオブジェクトを含むようになりました。また、参照が有効ではなくなっている場合は、
参照されたオブジェクトは <literal>NULL</literal> となります。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>

</partintro>

&language.predefined.weakreference.construct;
Expand Down

0 comments on commit 4d100fd

Please sign in to comment.