Skip to content

Commit 4d100fd

Browse files
committed
[PHP 8.4] Update WeakReference::__debugInfo() changelogを取り込み
php/doc-en@7caf0c1
1 parent 679a7fb commit 4d100fd

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

language/predefined/weakreference.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: cd391e65a613a729f9bbded2b1249e2d7143400c Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 7caf0c13762e7db3e7002b1286f23b65d940e2d0 Maintainer: mumumu Status: ready -->
44
<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">
55

66
<title>WeakReference クラス</title>
@@ -80,6 +80,30 @@ NULL
8080
</para>
8181
</section>
8282

83+
<section role="changelog">
84+
&reftitle.changelog;
85+
<informaltable>
86+
<tgroup cols="2">
87+
<thead>
88+
<row>
89+
<entry>&Version;</entry>
90+
<entry>&Description;</entry>
91+
</row>
92+
</thead>
93+
<tbody>
94+
<row>
95+
<entry>8.4.0</entry>
96+
<entry>
97+
<methodname>WeakReference::__debugInfo</methodname> の出力に、
98+
参照されたオブジェクトを含むようになりました。また、参照が有効ではなくなっている場合は、
99+
参照されたオブジェクトは <literal>NULL</literal> となります。
100+
</entry>
101+
</row>
102+
</tbody>
103+
</tgroup>
104+
</informaltable>
105+
</section>
106+
83107
</partintro>
84108

85109
&language.predefined.weakreference.construct;

0 commit comments

Comments
 (0)