f6fc248c | 20-Jul-2018 |
ProgMiner |
Add TraitUseAdaptation and factory for it |
84dcd179 | 20-Jul-2018 |
ProgMiner |
Add TraitUse builder and useTrait builder factory |
3e02eb71 | 22-Jul-2018 |
Nikita Popov |
Fix updateTests.php |
2f67429e | 21-Jul-2018 |
Nikita Popov |
Add check for leading backslash in Name ctor Fixes #523. |
0cd7207c | 20-Jul-2018 |
Nikita Popov |
Add tests for var() and propertyFetch() |
6751ac3c | 20-Jul-2018 |
Eridan Domoratskiy |
Add Variable and PropertyFetch node constructors |
5aeb884a | 20-Jul-2018 |
Eridan Domoratskiy |
Mention makeReturnByRef() in AST_builders.markdown (#519) |
b855c1ca | 20-Jul-2018 |
Nikita Popov |
Add some tests for new use builders |
53c732a9 | 19-Jul-2018 |
Eridan Domoratskiy |
Add useFunction() and useConst() builder methods |
bd088dc9 | 15-Jul-2018 |
Nikita Popov |
Release PHP-Parser 4.0.3 |
8b1c9c04 | 07-Jul-2018 |
Nikita Popov |
Store comment at end of class in Nop statement Fixed #509. |
df64d86c | 06-Jul-2018 |
openex27 |
Check for empty $append in safeAppend() Can happen with Nop statements. |
aac539ef | 07-Jul-2018 |
Nikita Popov |
Adjust test output Whoops, forgot to commit this part. |
f967b867 | 07-Jul-2018 |
Nikita Popov |
Improve error recovery in arrays Similarly to missing semicolons, the error is not indicated in the AST. Fixes #512. |
6bbdaf6c | 01-Jul-2018 |
Gabriel Caruso |
Remove flags from phpunit.xml that have default value and colorize (#510) |
35b8caf7 | 03-Jun-2018 |
Nikita Popov |
Release PHP-Parser 4.0.2 |
6526ea24 | 03-Jun-2018 |
Nikita Popov |
Throw when printin EncapsedStringPart This needs to go through something like Encapsed or ShellExec to determine quotation type. Explicitly throw an exception to avoid getting an und
Throw when printin EncapsedStringPart This needs to go through something like Encapsed or ShellExec to determine quotation type. Explicitly throw an exception to avoid getting an undefined method error.
show more ...
|
3ce5e628 | 19-May-2018 |
David Paz |
Fix binary operator doc block comment (#504) Remove reference to bitwise and in doc block. |
ee870e34 | 19-May-2018 |
Gabriel Caruso |
Fixes from PHPStan (#502) |
21d27527 | 19-May-2018 |
Gabriel Caruso |
Use dedicated assertNull assertion (#503) |
7b201b63 | 13-May-2018 |
Nikita Popov |
Error recovery for functions without body |
01e85a26 | 12-May-2018 |
Nikita Popov |
Support recovery for param without variable We store an Expr\Error for the variable in this case. |
e6452e8d | 05-May-2018 |
Gabriel Caruso |
Fix typo in UPGRADE-4.0 (#498) |
9202d87f | 01-May-2018 |
Gabriel Caruso |
Fix typos in UPGRADE-4.0 (#497) |
fa99c3fb | 28-Apr-2018 |
Nikita Popov |
Recover from foreach without as |