Home
last modified time | relevance | path

Searched refs:newName (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/
H A DAlias.php11 public ?Node\Identifier $newName; variable in PhpParser\\Node\\Stmt\\TraitUseAdaptation\\Alias
22 …public function __construct(?Node\Name $trait, $method, ?int $newModifier, $newName, array $attrib… argument
27 $this->newName = \is_string($newName) ? new Node\Identifier($newName) : $newName;
/PHP-Parser/test/code/parser/stmt/class/
H A Dtrait.test81 newName: Identifier(
91 newName: Identifier(
101 newName: null
142 newName: Identifier(
154 newName: Identifier(
166 newName: null
H A DshortEchoAsIdentifier.test36 newName: Identifier(
46 newName: Identifier(
/PHP-Parser/test/code/parser/
H A DsemiReserved.test402 newName: Identifier(
414 newName: Identifier(
426 newName: null
434 newName: Identifier(
446 newName: Identifier(
458 newName: Identifier(
/PHP-Parser/test/code/formatPreservation/
H A DremovalViaNull.test104 $stmts[2]->stmts[2]->adaptations[0]->newName = null;
/PHP-Parser/
H A DUPGRADE-4.0.md39 * `Stmt\TraitUseAdaptation\Alias::$newName`
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php827 . (null !== $node->newName ? ' ' . $node->newName : '')

Completed in 15 milliseconds