svn: /phpdoc/ja/trunk/reference/classobj/functions/ get-declared-classes.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 15 Apr 2020 21:26:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349662
Log:
Fix #79474: get_declared_classes Wrong loading order Inheritance
Bug: https://bugs.php.net/79474 (Closed) get_declared_classes Wrong loading order Inheritance
Changed paths:
U phpdoc/ja/trunk/reference/classobj/functions/get-declared-classes.xml
Modified: phpdoc/ja/trunk/reference/classobj/functions/get-declared-classes.xml
===================================================================
--- phpdoc/ja/trunk/reference/classobj/functions/get-declared-classes.xml 2020-04-15 09:35:46 UTC (rev 349661)
+++ phpdoc/ja/trunk/reference/classobj/functions/get-declared-classes.xml 2020-04-15 21:26:07 UTC (rev 349662)
@@ -33,6 +33,32 @@
</para>
</note>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.4.0</entry>
+ <entry>
+ 以前のバージョンでは、<function>get_declared_classes</function> 関数は
+ 子クラスの前に親クラスを常に返していました。
+ このバージョンからは、そうした動きはなくなりました。
+ この関数の戻り値について、特定の順序は保証されません。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>