Skip to content

Commit e9e6177

Browse files
[PHP 8.4] Update WeakReference::__debugInfo() changelog
1 parent 0e48683 commit e9e6177

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

language/predefined/weakreference.xml

+24
Original file line numberDiff line numberDiff line change
@@ -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+
Calling <methodname>WeakReference::__debugInfo</methodname> now also outputs
98+
the referenced object, or <literal>NULL</literal> if the reference is no longer
99+
valid.
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)