svn: /phpdoc/ja/trunk/language/ functions.xml
[email protected] (Yoshinari Takaoka) Mon, 28 Dec 2020 21:20:37 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 28 Dec 2020 21:20:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352256
Log:
Fix #80486: Undocumented backward incompatible change between 7.4.8 and 7.4.9
Bug: https://bugs.php.net/80486 (Closed) Undocumented backward incompatible change between 7.4.8 and 7.4.9
Changed paths:
U phpdoc/ja/trunk/language/functions.xml
Modified: phpdoc/ja/trunk/language/functions.xml
===================================================================
--- phpdoc/ja/trunk/language/functions.xml 2020-12-28 21:13:49 UTC (rev 352255)
+++ phpdoc/ja/trunk/language/functions.xml 2020-12-28 21:20:37 UTC (rev 352256)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351933 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 352241 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,mumumu -->
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
<title>関数</title>
@@ -284,7 +284,9 @@
</programlisting>
</example>
</para>
-
+ <para>
+ リファレンス渡しが想定されているところに、値渡しを行うとエラーになります。
+ </para>
</sect2>
<sect2 xml:id="functions.arguments.default">