mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
![]() 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. |
||
---|---|---|
.. | ||
constClassMemberAccess.phpt | ||
globalNonSimpleVariableError.phpt | ||
indirectFcall.phpt | ||
issetOnTemp.phpt | ||
method_call_on_string_literal.phpt | ||
newVariable.phpt | ||
parenthesesDeref.phpt | ||
propertyOfStringError.phpt | ||
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 |