mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #70745 (Document new PHP7 operators under Operator Precedence)
Added spaceship and null-coalesce git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338021 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e4d33b9bb9
commit
fbee8b3790
1 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
|||
<literal>===</literal>
|
||||
<literal>!==</literal>
|
||||
<literal><></literal>
|
||||
<literal><=></literal>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.operators.comparison">comparison</link>
|
||||
|
@ -219,6 +220,13 @@
|
|||
<link linkend="language.operators.logical">logical</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>right</entry>
|
||||
<entry><literal>??</literal></entry>
|
||||
<entry>
|
||||
<link linkend="language.operators.comparison">comparison</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>left</entry>
|
||||
<entry><literal>? :</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue