From 4b4ae3e9937a6520b272d4fd794cd6670d47f9e0 Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Tue, 17 Jul 2012 16:06:18 +0000 Subject: [PATCH] Fix issues with incorrect precedence documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326667 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index ad59a91eeb..c5645c13db 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -73,18 +73,11 @@ [ array - - non-associative - ++ -- - - increment/decrement - - right - ~ - (int) (float) (string) (array) (object) (bool) @ + ++ -- ~ (int) (float) (string) (array) (object) (bool) @ - types + types and increment/decrement @@ -124,14 +117,14 @@ non-associative - < <= > >= <> + < <= > >= comparison non-associative - == != === !== + == != === !== <> comparison