php-src/Zend/tests/varSyntax
Christoph M. Becker bcf9d1e995 new_variable '{' expr '}' is deprecated as well
Curly brace syntax for accessing array elements and string offsets is
deprecated [1]; this should also be the case for respective `new`
expressions.

This issue has been reported by brzuchal@php.net.

[1] <https://wiki.php.net/rfc/deprecate_curly_braces_array_access>
2019-09-09 19:05:23 +02: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 new_variable '{' expr '}' is deprecated as well 2019-09-09 19:05:23 +02:00
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