1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser
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
..
errorHandling Add some recovery tests 2015-04-30 19:02:51 +02:00
expr Introduce Scalar\EncapsedStringPart 2015-12-03 22:55:07 +01:00
scalar Introduce Scalar\EncapsedStringPart 2015-12-03 22:55:07 +01:00
stmt Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
semiReserved.test Implement semi-reserved identifiers 2015-06-13 12:47:13 +02:00