5a3a1ec2 | 19-Jul-2017 |
Nikita Popov |
Handle LC_NUMERIC with comma decimal separator Closes #399. |
441e6e1d | 19-Jul-2017 |
Ilia Smirnov |
Fixed incorrect class inheritance (#394) Generated example was incorrect - you cannot define import alias: use Some\Other\Thingy as SomeClass; and then define a class with the s
Fixed incorrect class inheritance (#394) Generated example was incorrect - you cannot define import alias: use Some\Other\Thingy as SomeClass; and then define a class with the same name: abstract class SomeClass ... Class names changed to avoid conflict between import alias and abstract class name.
show more ...
|
8bdcb478 | 30-Jun-2017 |
Pavel Levin |
Simplify ternary operator for PHP7 (#395) |
46e7fea7 | 28-Jun-2017 |
Nikita Popov |
Merge branch '3.x' Conflicts: test/PhpParser/Builder/ParamTest.php
|
4a7d0113 | 28-Jun-2017 |
Nikita Popov |
Add support for object type |
4fea054e | 28-Jun-2017 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/Parser/Php7.php
|
7f862ac2 | 28-Jun-2017 |
Nikita Popov |
Add support for trailing comma in group use |
Revision tags: v3.0.6 |
|
0808939f | 28-Jun-2017 |
Nikita Popov |
Release PHP-Parser 3.0.6 |
19dde136 | 13-Jun-2017 |
Nikita Popov |
Treat special names correctly in getShortName() Also change the API to accept a string rather than a FullyQualified name instance, as this is not appropriate for symbols like "self". |
5b43809b | 03-Jun-2017 |
Nikita Popov |
Drop HHVM support Not dropping any of the HHVM workaround code yet. If someone sorts out the Travis build, I'm fine with keeping HHVM support. |
7bfc320b | 03-Jun-2017 |
Nikita Popov |
Switch to dist: trusty, so HHVM runs |
7646b319 | 03-Jun-2017 |
Nikita Popov |
Merge branch '3.x'
|
bc0bff3f | 03-Jun-2017 |
Nikita Popov |
Fix method name in tests |
c28b8556 | 31-May-2017 |
Romain Neutron |
Fix Lexer errorHandling when there is no tokens I encounter an issue when no tokens exist. An error `Undefined offset -1` is triggered. |
24d583d5 | 28-May-2017 |
xKerman |
Fix example code to work (#390) |
b2c6497d | 07-May-2017 |
Nikita Popov |
Remove undefined variable hack No longer necessary, as we don't support PHP 5 anymore. |
4e162bd0 | 07-May-2017 |
Nikita Popov |
Fix type annotation for List::$items |
73dc35cb | 07-May-2017 |
Nikita Popov |
Allow null in ClassMethod::getStmts() |
b1af3d1f | 05-May-2017 |
Wes |
Add Node::setAttributes() (#385) |
92275bdf | 29-Apr-2017 |
Nikita Popov |
Remove Node::setLine() method |
56d57d47 | 29-Apr-2017 |
Nikita Popov |
Merge branch '3.x'
|
3da86df4 | 29-Apr-2017 |
Nikita Popov |
Deprecate Node::setLine() |
5ec59eeb | 28-Apr-2017 |
Nikita Popov |
Fix some typos |
a32e3797 | 28-Apr-2017 |
Nikita Popov |
Generate PHP 7 type annotations |
e5fbdd6b | 28-Apr-2017 |
Nikita Popov |
Add upgrading notes |