Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DNameContext.php14 protected array $aliases = []; variable in PhpParser\\NameContext
40 $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());
/PHP-Parser/test/code/parser/stmt/namespace/
H A Dalias.test13 // function and constant aliases
108 0: // function and constant aliases
/PHP-Parser/
H A DUPGRADE-2.0.md54 ### Removal of legacy aliases
56 All legacy aliases for classes have been removed. This includes the old non-namespaced `PHPParser_`
H A DUPGRADE-1.0.md12 underscores are still available as aliases, as such most code should continue running on the new ve…
H A DUPGRADE-5.0.md292 The old class names have been retained as aliases for backwards compatibility. However, the `Node::…
H A DCHANGELOG.md1208 * Removed legacy class name aliases. This includes the old non-namespaced class names and the old
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown381 In order to know that `B\C` really is `A\C` you would need to track aliases and namespaces yourself.

Completed in 18 milliseconds