1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/code/prettyPrinter/stmt
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
..
alias.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
break_continue.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
class.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
declare.test Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
do_while.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
for.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
foreach.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
function_signatures.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
goto.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
groupUse.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
if.test Drop test failing on HHVM 2015-10-03 12:17:41 +02:00
namespaces.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
switch.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
throw.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
traitUse.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
tryCatch.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
while.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00