php-src/Zend/tests/varSyntax
Nikita Popov 2a04efe0e4 Remove unnecessary precedence/associativity annotations
Some of these are entirely unnecessary. Some specify an associativity
for operators where the concept doesn't make sense and has no effect:
Explicit associativity is only meaningful for binary operators. For
unary operators and constrained operations like instanceof or assignment
the associativity specification has no effect and only serves to confuse.

For example assignments were specified as %left, even though they will
actually behave as right-associative due to the variable requirement on
the LHS. Similarly instanceof was specified as %nonassoc, but it will
behave as left-associative, due to the restrictions places on the RHS.
2019-03-15 12:01:58 +01:00
..
constClassMemberAccess.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
globalNonSimpleVariableError.phpt Remove unnecessary precedence/associativity annotations 2019-03-15 12:01:58 +01:00
indirectFcall.phpt
issetOnTemp.phpt
method_call_on_string_literal.phpt
newVariable.phpt
parenthesesDeref.phpt
propertyOfStringError.phpt Req #74963 (Improved error message on fetching property of non-object) 2017-07-31 11:43:14 +08:00
static_prop_on_expr_class.phpt
static_prop_on_expr_class_with_backslash.phpt
static_prop_on_int_expr_class.phpt
staticMember.phpt
tempDimFetchByRefError.phpt
tempPropFetchByRefError.phpt
writeToTempExpr.phpt