From acc7076441ef06d9b7739fb22b5b0159fa35f9d8 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 31 Mar 2016 16:06:29 +0000 Subject: [PATCH] fixed #71902 (Invalid precedence order of => (T_DOUBLE_ARROW) operator) Actually, T_DOUBLE_ARROW isn't an operator. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338859 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/language/operators.xml b/language/operators.xml index 83ecd777c9..8873370014 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -250,7 +250,6 @@ ^= <<= >>= - => assignment @@ -451,11 +450,6 @@ $a = ($b = 4) + 5; // $a is equal to 9 now, and $b has been set to 4. - - For arrays, assigning a value to a named key is performed using - the "=>" operator. The precedence - of this operator is the same as other assignment operators. - In addition to the basic assignment operator, there are "combined operators" for all of the binary