Home
last modified time | relevance | path

Searched refs:Name (Results 101 – 125 of 165) sorted by relevance

1234567

/PHP-Parser/test/code/parser/stmt/namespace/
H A DnsAfterHashbang.test14 name: Name(
/PHP-Parser/test/code/parser/stmt/
H A DtryCatch_without_variable.test18 0: Name(
H A DtryWithoutCatch.test15 name: Name(
H A Dconst.test39 name: Name(
H A DhaltCompiler.test45 name: Name(
/PHP-Parser/test/code/formatPreservation/
H A DemptyListInsertion.test10 $stmts[0]->implements[] = new Node\Name('Iface');
11 $stmts[0]->implements[] = new Node\Name('Iface2');
12 $stmts[1]->extends[] = new Node\Name('Iface');
13 $stmts[1]->extends[] = new Node\Name('Iface2');
H A Dattributes.test33 new Node\Attribute(new Node\Name('B'), []),
106 new Node\Attribute(new Node\Name('A'), []),
109 new Node\Attribute(new Node\Name('B'), []),
165 $attr = new Node\Attribute(new Node\Name('C'), []);
H A Denum.test85 $stmts[0]->implements[] = new Node\Name('Z');
96 $stmts[0]->implements[] = new Node\Name('Y');
/PHP-Parser/lib/PhpParser/Node/
H A DParam.php10 /** @var null|Identifier|Name|ComplexType Type declaration */
30 * @param null|Identifier|Name|ComplexType $type Type declaration
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php7 use PhpParser\Node\Name; alias
36 $node = new Node\UseItem(new Name('X'));
64 $node = new Stmt\UseUse(new Name('X'));
/PHP-Parser/test/code/parser/stmt/function/
H A DreadonlyFunction.test23 name: Name(
H A Dconditional.test12 name: Name(
/PHP-Parser/test/code/parser/expr/uvs/
H A DglobalNonSimpleVarError.test19 name: Name(
/PHP-Parser/lib/PhpParser/Builder/
H A DEnum_.php9 use PhpParser\Node\Name; alias
53 * @param Name|string ...$interfaces Names of interfaces to implement
H A DNamespace_.php11 private ?Node\Name $name;
H A DUse_.php11 protected Node\Name $name;
/PHP-Parser/test/code/parser/stmt/class/
H A Dconditional.test12 name: Name(
H A DstaticType.test30 returnType: Name(
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DClassMethodTest.php7 use PhpParser\Node\Name; alias
100 $type = new Name('Foo');
/PHP-Parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/
H A DPrecedence.php19 … public function __construct(Node\Name $trait, $method, array $insteadof, array $attributes = []) {
H A DAlias.php22 …public function __construct(?Node\Name $trait, $method, ?int $newModifier, $newName, array $attrib…
/PHP-Parser/test/code/parser/expr/fetchAndCall/
H A DfuncCall.test21 name: Name(
125 name: Name(
/PHP-Parser/grammar/
H A DREADME.md14 * Nodes are created using the syntax `Name[..., ...]`. This is transformed into
15 `new Name(..., ..., attributes())`
/PHP-Parser/test/code/parser/expr/
H A DarraySpread.test222 name: Name(
240 name: Name(
258 class: Name(
325 name: Name(
377 name: Name(
/PHP-Parser/test/PhpParser/Builder/
H A DMethodTest.php14 use PhpParser\Node\Name; alias
133 new Name('Attr'),
178 ->addParam(new Node\Name('foo'))

Completed in 47 milliseconds

1234567