svn: /phpdoc/ja/trunk/reference/array/functions/ list.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 19 Jun 2020 20:03:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350056
Log:
list(): add changelog entry for reference assignments
. and remove the links in the changelog.
Patch contributed by jrfnl.
Changed paths:
U phpdoc/ja/trunk/reference/array/functions/list.xml
Modified: phpdoc/ja/trunk/reference/array/functions/list.xml
===================================================================
--- phpdoc/ja/trunk/reference/array/functions/list.xml 2020-06-19 19:58:04 UTC (rev 350055)
+++ phpdoc/ja/trunk/reference/array/functions/list.xml 2020-06-19 20:03:59 UTC (rev 350056)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 347399 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 350044 Maintainer: hirokawa Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="function.list" xmlns="http://docbook.org/ns/docbook">
@@ -79,6 +79,12 @@
</thead>
<tbody>
<row>
+ <entry>7.3.0</entry>
+ <entry>
+ 配列へ分割して代入する操作が、リファレンスへの代入をサポートしました。
+ </entry>
+ </row>
+ <row>
<entry>7.1.0</entry>
<entry>
キーを <function>list</function> 関数で指定できるようになりました。
@@ -88,25 +94,19 @@
<row>
<entry>7.0.0</entry>
<entry>
- <link linkend="migration70.incompatible.variable-handling.list.order">
代入操作が行われる順番が変わりました
- </link>。
</entry>
</row>
<row>
<entry>7.0.0</entry>
<entry>
- <link linkend="migration70.incompatible.variable-handling.list.empty">
<function>list</function> の式をまったくの空にすることはできなくなりました
- </link>。
</entry>
</row>
<row>
<entry>7.0.0</entry>
<entry>
- <link linkend="migration70.incompatible.variable-handling.list.string">
文字列は扱えなくなりました
- </link>。
</entry>
</row>
</tbody>