$something; /* testMultiLineAttributeWithVars */ // Illegal syntax, vars not allowed in attribute, but not our concern. #[ MyAttribute([$a, $b]) ] function foo() {} /* testParseError */ #[ UnClosedAttribute()