mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-03 18:07:58 +01:00
3da189769c
The UseUse::$alias node can now be null if an alias is not explicitly given. As such "use Foo\Bar" and "use Foo\Bar as Bar" are now represented differently. The UseUse->getAlias() method replicates the previous semantics, by returning "Bar" in both cases. |
||
---|---|---|
.. | ||
Builder | ||
ErrorHandler | ||
Lexer | ||
Node | ||
NodeVisitor | ||
Parser | ||
AutoloaderTest.php | ||
BuilderFactoryTest.php | ||
CodeParsingTest.php | ||
CodeTestAbstract.php | ||
CodeTestParser.php | ||
CommentTest.php | ||
ErrorTest.php | ||
LexerTest.php | ||
NameContextTest.php | ||
NodeAbstractTest.php | ||
NodeDumperTest.php | ||
NodeFinderTest.php | ||
NodeTraverserTest.php | ||
ParserFactoryTest.php | ||
ParserTest.php | ||
PrettyPrinterTest.php |