1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00
PHP-Parser/test/PhpParser
Nikita Popov 83766c8c0e Partial support for flexible heredoc/nowdoc
This only implements the token emulation part, it does not yet
handle the indentation stripping.

Emulating this feature on old PHP versions is really tough and is
not going to work perfectly, but hopefully this implementation is
"good enough".
2018-09-21 11:16:00 +02:00
..
Builder Rename setTypeHint() to setType() 2018-07-22 21:41:21 +02:00
ErrorHandler add strict_types to tests + fix explode type 2017-11-03 13:24:19 +01:00
Internal [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Lexer Partial support for flexible heredoc/nowdoc 2018-09-21 11:16:00 +02:00
Node Revert "Add check for leading backslash in Name ctor" 2018-09-18 09:00:32 +02:00
NodeVisitor Use dedicated assertNull assertion (#503) 2018-05-19 11:12:07 +02:00
Parser [CS] Use ::class notation instead of string 2018-01-13 16:08:17 +01:00
BuilderFactoryTest.php Rename setTypeHint() to setType() 2018-07-22 21:41:21 +02:00
CodeParsingTest.php Fix updateTests.php 2018-07-22 21:18:34 +02:00
CodeTestAbstract.php add strict_types to tests + fix explode type 2017-11-03 13:24:19 +01:00
CodeTestParser.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
CommentTest.php Store start token position in comments 2017-11-04 17:45:14 +01:00
ConstExprEvaluatorTest.php Improve constant evaluation and add docs 2018-01-27 17:47:45 +01:00
ErrorTest.php Refactoring tests 2017-12-15 21:42:34 +01:00
JsonDecoderTest.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
LexerTest.php Refactoring tests 2017-12-15 21:42:34 +01:00
NameContextTest.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NodeAbstractTest.php [CS] Use ::class notation instead of string 2018-01-13 16:08:17 +01:00
NodeDumperTest.php add strict_types to tests + fix explode type 2017-11-03 13:24:19 +01:00
NodeFinderTest.php Refactoring tests 2017-12-15 21:42:34 +01:00
NodeTraverserTest.php Add replacement sanity check in traverser 2018-03-03 13:22:36 +01:00
ParserFactoryTest.php [CS] Use ::class notation instead of string 2018-01-13 16:08:17 +01:00
ParserTest.php [CS] Order uses A -> Z 2018-01-13 16:08:27 +01:00
PrettyPrinterTest.php Throw when printin EncapsedStringPart 2018-06-03 13:31:00 +02:00