Lines Matching refs:attrs
1073 { $attrs = attributes();
1074 $attrs['kind'] = $this->getFloatCastKind($1);
1075 $$ = new Expr\Cast\Double($2, $attrs); }
1225 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_SHORT;
1226 $$ = new Expr\Array_($2, $attrs); }
1231 { $attrs = attributes(); $attrs['kind'] = Expr\Array_::KIND_LONG;
1232 $$ = new Expr\Array_($3, $attrs);
1238 { $attrs = attributes(); $attrs['kind'] = Scalar\String_::KIND_DOUBLE_QUOTED;
1239 …"', $this->phpVersion->supportsUnicodeEscapes()); $$ = new Scalar\InterpolatedString($2, $attrs); }
1386 $attrs = $this->createEmptyElemAttributes($this->tokenPos);
1387 $$ = new Node\ArrayItem(new Expr\Error($attrs), null, false, $attrs); }
1399 …{ $attrs = attributes(); $attrs['rawValue'] = $1; $$ = new Node\InterpolatedStringPart($1, $attrs)…