Searched refs:aliases (Results 1 – 7 of 7) sorted by relevance
14 protected array $aliases = []; variable in PhpParser\\NameContext40 $this->origAliases = $this->aliases = [63 if (isset($this->aliases[$type][$aliasLookupName])) {80 $this->aliases[$type][$aliasLookupName] = $name;235 if (isset($this->aliases[Stmt\Use_::TYPE_NORMAL][$checkName])) {236 $alias = $this->aliases[Stmt\Use_::TYPE_NORMAL][$checkName];242 if (isset($this->aliases[$type][$checkName])) {244 … return new FullyQualified($this->aliases[$type][$checkName], $name->getAttributes());
13 // function and constant aliases108 0: // function and constant aliases
54 ### Removal of legacy aliases56 All legacy aliases for classes have been removed. This includes the old non-namespaced `PHPParser_`
12 underscores are still available as aliases, as such most code should continue running on the new ve…
292 The old class names have been retained as aliases for backwards compatibility. However, the `Node::…
1208 * Removed legacy class name aliases. This includes the old non-namespaced class names and the old
381 In order to know that `B\C` really is `A\C` you would need to track aliases and namespaces yourself.
Completed in 15 milliseconds