Home
last modified time | relevance | path

Searched refs:AttributeGroup (Results 1 – 25 of 27) sorted by relevance

12

/PHP-Parser/test/code/parser/stmt/
H A Dattributes.test37 0: AttributeGroup(
100 0: AttributeGroup(
122 0: AttributeGroup(
142 0: AttributeGroup(
172 0: AttributeGroup(
201 0: AttributeGroup(
223 0: AttributeGroup(
248 0: AttributeGroup(
279 0: AttributeGroup(
309 0: AttributeGroup(
[all …]
H A DnewInInitializer.test85 0: AttributeGroup(
/PHP-Parser/lib/PhpParser/Node/
H A DFunctionLike.php37 * @return AttributeGroup[]
H A DAttributeGroup.php7 class AttributeGroup extends NodeAbstract { class
H A DPropertyHook.php9 /** @var AttributeGroup[] PHP attribute groups */
H A DParam.php22 /** @var AttributeGroup[] PHP attribute groups */
/PHP-Parser/test/PhpParser/Builder/
H A DEnumCaseTest.php8 use PhpParser\Node\AttributeGroup; alias
43 $attributeGroup = new AttributeGroup([$attribute]);
H A DTraitTest.php9 use PhpParser\Node\AttributeGroup; alias
103 $attributeGroup = new AttributeGroup([$attribute]);
H A DEnumTest.php9 use PhpParser\Node\AttributeGroup; alias
114 $attributeGroup = new AttributeGroup([$attribute]);
H A DFunctionTest.php9 use PhpParser\Node\AttributeGroup; alias
94 $attributeGroup = new AttributeGroup([$attribute]);
H A DInterfaceTest.php9 use PhpParser\Node\AttributeGroup; alias
89 $attributeGroup = new AttributeGroup([$attribute]);
H A DClassTest.php10 use PhpParser\Node\AttributeGroup; alias
149 $attributeGroup = new AttributeGroup([$attribute]);
H A DClassConstTest.php9 use PhpParser\Node\AttributeGroup; alias
126 $attributeGroup = new AttributeGroup([$attribute]);
H A DMethodTest.php10 use PhpParser\Node\AttributeGroup; alias
136 $attributeGroup = new AttributeGroup([$attribute]);
H A DPropertyTest.php10 use PhpParser\Node\AttributeGroup; alias
140 $attributeGroup = new AttributeGroup([$attribute]);
H A DParamTest.php9 use PhpParser\Node\AttributeGroup; alias
281 $attributeGroup = new AttributeGroup([$attribute]);
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DEnumCase.php6 use PhpParser\Node\AttributeGroup; alias
/PHP-Parser/test/code/formatPreservation/
H A Dattributes.test32 $attrGroup = new Node\AttributeGroup([
105 $attrGroup = new Node\AttributeGroup([
108 $attrGroup2 = new Node\AttributeGroup([
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php305 public static function normalizeAttribute($attribute): Node\AttributeGroup {
306 if ($attribute instanceof Node\AttributeGroup) {
314 return new Node\AttributeGroup([$attribute]);
H A DPrettyPrinterAbstract.php9 use PhpParser\Node\AttributeGroup; alias
1550 AttributeGroup::class . '->attrs' => ', ',
/PHP-Parser/test/code/parser/expr/
H A DfirstClassCallables.test85 0: AttributeGroup(
/PHP-Parser/test/PhpParser/
H A DBuilderHelpersTest.php217 $attributeGroup = new Node\AttributeGroup([$attribute]);
/PHP-Parser/grammar/
H A Dphp.y226 T_ATTRIBUTE attribute_group optional_comma ']' { $$ = Node\AttributeGroup[$2]; }
/PHP-Parser/
H A DCHANGELOG.md359 * An `addAttribute()` method accepting an `Attribute` or `AttributeGroup` has been adde to all
433 * [PHP 8.0] Added support for attributes. These are represented using a new `AttributeGroup` node
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php77 protected function pAttributeGroup(Node\AttributeGroup $node): string {

Completed in 53 milliseconds

12