php-parser/test/code/prettyPrinter
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
..
expr Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
stmt Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
comments.test Pretty print namespaces in semicolon-style if possible 2013-01-15 18:21:42 +01:00
inlineHTMLandPHPtest.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
onlyInlineHTML.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
onlyPHP.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00