From fbee8b3790fc1ea6653f0c564203e7032a09b945 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 22 Oct 2015 12:33:31 +0000 Subject: [PATCH] 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 --- language/operators.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/language/operators.xml b/language/operators.xml index 512f79943c..05d8e31d73 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -179,6 +179,7 @@ === !== <> + <=> comparison @@ -219,6 +220,13 @@ logical + + right + ?? + + comparison + + left ? :