com doc/ja: Add match to list of reserved words: appendices/reserved.xml
[email protected] (Yoshinari Takaoka) Thu, 31 Dec 2020 00:48:48 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: d42b4eb6dec0d6b4949fb1e4edd81206668a7d69 Author: Yoshinari Takaoka <[email protected]> Thu, 31 Dec 2020 09:48:48 +0900 Parents: 7524e48cafa059fce458c929064027a67f2d9e18 Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=d42b4eb6dec0d6b4949fb1e4edd81206668a7d69 Log: Add match to list of reserved words Closes GH-296. Changed paths: M appendices/reserved.xml Diff: diff --git a/appendices/reserved.xml b/appendices/reserved.xml index e3e5fee239..e9177c35d2 100644 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e59ae7a32d2ae3e596756539986583eb36167775 Maintainer: hirokawa Status: ready --> +<!-- EN-Revision: 5c8a92d1c5ab04b7895854172db0a6d257eca283 Maintainer: hirokawa Status: ready --> <!-- CREDITS: takagi,mumumu --> <appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -194,16 +194,19 @@ <function>list</function> </entry> <entry> + <link linkend="control-structures.match">match</link> (PHP 8.0 以降) + </entry> + <entry> <link linkend="language.namespaces">namespace</link> (PHP 5.3 以降) </entry> <entry> <link linkend="language.oop5.basic.new">new</link> </entry> + </row> + <row> <entry> <link linkend="language.operators.logical">or</link> </entry> - </row> - <row> <entry> <function>print</function> </entry> @@ -216,11 +219,11 @@ <entry> <link linkend="language.oop5.visibility">public</link> </entry> + </row> + <row> <entry> <function>require</function> </entry> - </row> - <row> <entry> <function>require_once</function> </entry> @@ -233,14 +236,14 @@ <entry> <link linkend="control-structures.switch">switch</link> </entry> + </row> + <row> <entry> <link linkend="language.exceptions">throw</link> </entry> <entry> <link linkend="language.oop5.traits">trait</link> (PHP 5.4 以降) </entry> - </row> - <row> <entry> <link linkend="language.exceptions">try</link> </entry> @@ -250,11 +253,11 @@ <entry> <link linkend="language.namespaces">use</link> </entry> + </row> + <row> <entry> <link linkend="language.oop5.properties">var</link> </entry> - </row> - <row> <entry> <link linkend="control-structures.while">while</link> </entry> @@ -269,8 +272,6 @@ </entry> <entry> </entry> - <entry> - </entry> </row> </tbody> </tgroup>