Nikita Popov
|
953f8c9631
|
Perform automated test update
|
2017-01-19 22:25:22 +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 |
|