Nikita Popov
|
719ca71d4a
|
Distinguish declare(); and declare(){}
It makes semantic difference and the latter form is actually
forbidden for strict_types.
This sets Declare->stmts to null for the body-less case.
|
2015-12-07 12:12:00 +01:00 |
|
Nikita Popov
|
98d28d7aa0
|
Drop test failing on HHVM
Can readd if Travis ever updates the HHVM version again, I
remember this being fixed ages ago.
|
2015-10-03 12:17:41 +02:00 |
|
Nikita Popov
|
e4b837e0c4
|
Split up pretty printer test in stmt/expr
The list was getting unweildly.
Also improve error message when parsing fails in pretty printer
test and extend some tests.
|
2015-10-02 11:16:12 +02:00 |
|