[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: [80772] Add PHP 8 tokens (#475)
From:       Marco_Aurélio_Deleu_via_GitHub <noreply () php ! net>
Date:       2021-10-28 8:39:15
Message-ID: irOZNblyvtQXSmIVnyxiUJcil7jLttS5q2cWNCIIHkY () main ! php ! net
[Download RAW message or body]

Author: Marco Aurélio Deleu (deleugpn)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2021-10-28T11:39:54+03:00

Commit: https://github.com/php/doc-en/commit/eb81160ac962698bf6e5fc2c8a7406df55aad25e
Raw diff: https://github.com/php/doc-en/commit/eb81160ac962698bf6e5fc2c8a7406df55aad25e.diff

[80772] Add PHP 8 tokens (#475)

Co-authored-by: Sergey Panteleev <sergey@php.net>

Changed paths:
  M  appendices/tokens.xml


Diff:

diff --git a/appendices/tokens.xml b/appendices/tokens.xml
index 19fffd983a..f787eef736 100644
--- a/appendices/tokens.xml
+++ b/appendices/tokens.xml
@@ -533,6 +533,13 @@ defined('T_FN') || define('T_FN', 10001);
      <entry>xor</entry>
      <entry><link linkend="language.operators.logical">logical operators</link></entry>
     </row>
+    <row>
+     <entry><constant>T_MATCH</constant></entry>
+     <entry>match</entry>
+     <entry>
+      <link linkend="control-structures.match">match</link> (available as of PHP 8.0.0)
+     </entry>
+    </row>
     <row>
      <entry><constant>T_METHOD_C</constant></entry>
      <entry>__METHOD__</entry>
@@ -565,6 +572,13 @@ defined('T_FN') || define('T_FN', 10001);
       <link linkend="language.namespaces">namespaces</link>
      </entry>
     </row>
+    <row>
+     <entry><constant>T_NAME_FULLY_QUALIFIED</constant></entry>
+     <entry>\App\Namespace</entry>
+     <entry>
+      <link linkend="language.namespaces">namespaces</link> (available as of PHP 8.0.0)
+     </entry>
+    </row>
     <row>
      <entry><constant>T_NEW</constant></entry>
      <entry>new</entry>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic