Nikita Popov
|
a8eb2fc675
|
Support recovery from invalid trailing commas
|
2017-02-09 00:35:12 +01:00 |
|
Nikita Popov
|
62877b5d14
|
Recover from missing semicolons on statements
|
2017-02-05 17:47:56 +01:00 |
|
Nikita Popov
|
1dea9111a2
|
NodeDumper: Resolve type for include/use as well
|
2016-07-25 14:04:04 +02:00 |
|
Nikita Popov
|
96cbd48df6
|
Improve error recovery quality
In particular, support recovering from a missing trailing semicolon,
while keeping the rest of the expression.
|
2016-04-20 16:47:50 +02:00 |
|
Nikita Popov
|
f57d217e91
|
Update group use support
To conform with current PHP 7 implementation
* Allow use \Foo\{Bar};
* Disallow use Foo\{\Bar};
* Disallow missing trailing semicolon (that was a bug)
|
2015-08-20 16:42:49 +02:00 |
|