com doc/fr: Apply commit 5c8a92d1c5ab04b7895854172db0a6d257eca283: appendices/reserved.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 03dc006ba435ca5294940af8f93696fac80e3a72 Author: George Peter Banyard <[email protected]> Sat, 2 Jan 2021 15:07:21 +0100 Parents: 30565a0828ae3cabe810c2e7f875c576c3f8abd5 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=03dc006ba435ca5294940af8f93696fac80e3a72 Log: Apply commit 5c8a92d1c5ab04b7895854172db0a6d257eca283 Add match to list of reserved words Changed paths: M appendices/reserved.xml Diff: diff --git a/appendices/reserved.xml b/appendices/reserved.xml index dcae6d4251..d01d0e01f8 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e59ae7a32d2ae3e596756539986583eb36167775 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 5c8a92d1c5ab04b7895854172db0a6d257eca283 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> @@ -197,6 +197,9 @@ <function>list</function> </entry> <entry> + <link linkend="control-structures.match">match</link> (à partir de PHP 8.0) + </entry> + <entry> <link linkend="language.namespaces">namespace</link> (à partir de PHP 5.3) </entry> <entry> @@ -219,11 +222,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> @@ -236,11 +239,11 @@ <entry> <link linkend="control-structures.switch">switch</link> </entry> + </row> + <row> <entry> <link linkend="language.exceptions">throw</link> </entry> - </row> - <row> <entry> <link linkend="language.oop5.traits">trait</link> (à partir de PHP 5.4) </entry> @@ -267,10 +270,8 @@ <entry> <link linkend="language.generators">yield</link> (à partir de PHP 5.5) </entry> - <entry> - <link linkend="control-structures.yield.from">yield from</link> (à partir de PHP 7.0) - </entry> <entry> + <link linkend="control-structures.yield.from">yield from</link> (à partir de PHP 7.0) </entry> </row> </tbody>