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:
Bob Weinand 2015-10-22 12:33:31 +00:00
parent e4d33b9bb9
commit fbee8b3790

View file

@ -179,6 +179,7 @@
<literal>===</literal>
<literal>!==</literal>
<literal>&lt;&gt;</literal>
<literal>&lt;=&gt;</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>