This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-02-20 08:04:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
test
/
PhpParser
History
Nikita Popov
032b102146
Remove deprecated Error constructor
...
And use this chance to provide accurate position information for namespace errors.
2022-09-11 22:05:47 +02:00
..
Builder
Support adding class constants in trait builder
2022-09-11 19:34:27 +02:00
ErrorHandler
…
Internal
…
Lexer
…
Node
Add isPublic() etc methods on Param node
2022-09-11 16:11:32 +02:00
NodeVisitor
Rename Stmt\UseUse to UseItem
2022-09-03 18:59:48 +02:00
Parser
…
BuilderFactoryTest.php
…
BuilderHelpersTest.php
…
CodeParsingTest.php
…
CodeTestAbstract.php
…
CodeTestParser.php
…
CommentTest.php
…
CompatibilityTest.php
Rename Stmt\UseUse to UseItem
2022-09-03 18:59:48 +02:00
ConstExprEvaluatorTest.php
…
ErrorTest.php
Remove deprecated Error constructor
2022-09-11 22:05:47 +02:00
JsonDecoderTest.php
…
LexerTest.php
…
NameContextTest.php
…
NodeAbstractTest.php
…
NodeDumperTest.php
…
NodeFinderTest.php
…
NodeTraverserTest.php
Use PHPStan level 5
2022-09-11 12:40:08 +02:00
NodeVisitorForTesting.php
…
ParserFactoryTest.php
…
ParserTest.php
…
PrettyPrinterTest.php
Rename Scalar\Encapsed to Scalar\InterpolatedString
2022-09-03 15:14:04 +02:00
TokenTest.php
…