Searched refs:KIND_ARRAY (Results 1 – 7 of 7) sorted by relevance
11 public const KIND_ARRAY = 2; // [] syntax define in PhpParser\\Node\\Expr\\List_
188 $this->assertSame($stmts[1]->expr->var->getAttribute('kind'), Expr\List_::KIND_ARRAY);189 …s->assertSame($stmts[1]->expr->var->items[0]->value->getAttribute('kind'), Expr\List_::KIND_ARRAY);
297 kind: KIND_ARRAY (2)
259 List_::KIND_ARRAY => 'KIND_ARRAY',
991 }, $node->items), ['kind' => Expr\List_::KIND_ARRAY] + $node->getAttributes());
572 …$this->phpVersion->supportsShortArrayDestructuring() ? Expr\List_::KIND_ARRAY : Expr\List_::KIND_L…573 if ($syntax === Expr\List_::KIND_ARRAY) {
102 `Node\Expr\List_::KIND_LIST` or `Node\Expr\List_::KIND_ARRAY` specifies which syntax was actually
Completed in 23 milliseconds