svn: /phpdoc/ja/trunk/ appendices/migration73/incompatible.xml appendices/migration73/new-features.xml language/oop5/changelog.xml language/types/string.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 08 Jun 2020 23:56:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350017
Log:
s/nowdoc/Nowdoc/. term consistency
Changed paths:
U phpdoc/ja/trunk/appendices/migration73/incompatible.xml
U phpdoc/ja/trunk/appendices/migration73/new-features.xml
U phpdoc/ja/trunk/language/oop5/changelog.xml
U phpdoc/ja/trunk/language/types/string.xml
Modified: phpdoc/ja/trunk/appendices/migration73/incompatible.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration73/incompatible.xml 2020-06-08 23:53:06 UTC (rev 350016)
+++ phpdoc/ja/trunk/appendices/migration73/incompatible.xml 2020-06-08 23:56:42 UTC (rev 350017)
@@ -13,7 +13,7 @@
<para>
<link
- linkend="migration73.new-features.core.heredoc">ヒアドキュメント/nowdoc
+ linkend="migration73.new-features.core.heredoc">ヒアドキュメント/Nowdoc
の文法が柔軟になった</link> ことにより、本体の内部に終了ラベルが含まれた
ドキュメンテーション文字列は、エラーが発生するか、解釈の振る舞いが変わる可能性があります。
たとえば、以下のような場合です: <informalexample> <programlisting role="php">
Modified: phpdoc/ja/trunk/appendices/migration73/new-features.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration73/new-features.xml 2020-06-08 23:53:06 UTC (rev 350016)
+++ phpdoc/ja/trunk/appendices/migration73/new-features.xml 2020-06-08 23:56:42 UTC (rev 350017)
@@ -9,7 +9,7 @@
<title>PHP コア</title>
<sect3 xml:id="migration73.new-features.core.heredoc">
- <title>ヒアドキュメントと nowdoc構文 がより柔軟に</title>
+ <title>ヒアドキュメントと Nowdoc構文 がより柔軟に</title>
<para>
文字列を閉じるマーカーの後に、セミコロンや改行文字を続ける必要はなくなりました。
Modified: phpdoc/ja/trunk/language/oop5/changelog.xml
===================================================================
--- phpdoc/ja/trunk/language/oop5/changelog.xml 2020-06-08 23:53:06 UTC (rev 350016)
+++ phpdoc/ja/trunk/language/oop5/changelog.xml 2020-06-08 23:56:42 UTC (rev 350017)
@@ -270,7 +270,7 @@
<entry>5.3.0</entry>
<entry>
追加: <link linkend="language.types.string.syntax.heredoc">ヒアドキュメント</link>
- および <link linkend="language.types.string.syntax.heredoc">nowdoc</link>
+ および <link linkend="language.types.string.syntax.heredoc">Nowdoc</link>
の、クラス定数やプロパティの定義での使用。
注意: ヒアドキュメントの値は、ダブルクォートで囲んだ文字列と同じ規則に従わなければなりません
(その中で変数を使えないなど)。
Modified: phpdoc/ja/trunk/language/types/string.xml
===================================================================
--- phpdoc/ja/trunk/language/types/string.xml 2020-06-08 23:53:06 UTC (rev 350016)
+++ phpdoc/ja/trunk/language/types/string.xml 2020-06-08 23:56:42 UTC (rev 350017)
@@ -46,7 +46,7 @@
</listitem>
<listitem>
<simpara>
- <link linkend="language.types.string.syntax.nowdoc">nowdoc 構文</link>
+ <link linkend="language.types.string.syntax.nowdoc">Nowdoc 構文</link>
(PHP 5.3.0 以降)
</simpara>
</listitem>