php-parser/test/code/parser/stmt
nikic ae3774f0f2 Add support for finally clauses (PHP 5.5)
This adds a new finallyStmts subnode to the TryCatch node. If there is
no finally clause it will be null.
2012-09-07 23:41:56 +02:00
..
class Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
function Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
loop Add support for list() in foreach (PHP 5.5) 2012-09-07 23:41:55 +02:00
namespace Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
blocklessStatement.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
const.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
controlFlow.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
declare.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
echo.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
haltCompiler.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
haltCompilerInvalidSyntax.test-fail Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
haltCompilerOutermostScope.test-fail Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
if.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
inlineHTML.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
switch.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
tryCatch.test Add support for finally clauses (PHP 5.5) 2012-09-07 23:41:56 +02:00
tryCatch.test-fail Add support for finally clauses (PHP 5.5) 2012-09-07 23:41:56 +02:00
unset.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00