c3cbf079 | 09-Apr-2017 |
Nikita Popov |
Pretty printer: Preserve comments in arrays and calls If call arguments or array contains comments, print it in multiline form, so that comments may be preserved. |
e15b6aa3 | 08-Apr-2017 |
Nikita Popov |
Fix links |
12034b19 | 09-Apr-2017 |
Maks Rafalko |
Use the correct method from NodeVisitor interface (#373) FAQ's code examples use incorrect method, so this update fixes it |
369a078c | 08-Apr-2017 |
Nikita Popov |
Add FAQ with entries for parent and siblings |
deb64ab6 | 08-Apr-2017 |
Nikita Popov |
Remove XML serialization from docs This is no longer available in version 4. |
1ec55915 | 25-Mar-2017 |
Nikita Popov |
Tweak node insertion formatting |
291bb27f | 07-Apr-2017 |
Ben Peachey |
Removes unneeded code from JSON encoding example (#372) |
b5935a4a | 17-Mar-2017 |
Tyson Andre |
Fix a typo in NodeDumper for REQUIRE_ONCE (#367) |
9d680b24 | 05-Mar-2017 |
Nikita Popov |
Merge branch '3.x'
|
Revision tags: v3.0.5 |
|
2b9e2f71 | 05-Mar-2017 |
Nikita Popov |
Release PHP-Parser 3.0.5 |
510e0cd2 | 05-Mar-2017 |
Walt Sorensen |
Run on Trusty Beta Container (#363) This uses a more recent HHVM version. |
2beb4e7f | 26-Feb-2017 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/ParserAbstract.php test/code/parser/errorHandling/recovery.test
|
d5873b17 | 26-Feb-2017 |
Nikita Popov |
Adjust the end attributes on the stack as well |
da97f78e | 26-Feb-2017 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/ParserAbstract.php test/code/parser/errorHandling/recovery.test
|
48ec654d | 26-Feb-2017 |
Nikita Popov |
Make Expr\Error nodes empty Resolves issue #359. |
f291a19f | 26-Feb-2017 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/Parser/Php7.php
|
c12a4c82 | 26-Feb-2017 |
Nikita Popov |
Fix start attribute assignment for Error in ClassConstFetch |
86ea6fe8 | 26-Feb-2017 |
Nikita Popov |
Remove leftover code |
dce34f37 | 26-Feb-2017 |
Nikita Popov |
Merge branch '3.x'
|
1b59e918 | 26-Feb-2017 |
Nikita Popov |
Perform NullableType resolution earlier This makes sure function signatures are already fully resolved in enterNode(). Resolves issue #360. |
9cd9c0cd | 23-Feb-2017 |
Nikita Popov |
Drop XML serialization from php-parse The class no longer exists, so this broke the script. |
9857a545 | 11-Feb-2017 |
Matthew Brown |
Remove unused variables (#357) |
54b61ebe | 10-Feb-2017 |
Nikita Popov |
Merge branch '3.x'
|
Revision tags: v3.0.4 |
|
0bf561df | 10-Feb-2017 |
Nikita Popov |
Release PHP-Parser 3.0.4 |
Revision tags: v3.0.3 |
|
329e90c2 | 02-Feb-2017 |
Matthew Brown |
Improve doc comments |