1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/test/code/parser/stmt
2017-06-28 23:12:13 +02:00
..
class Handle "extends static" etc more gracefully 2017-02-09 18:43:09 +01:00
function Add support for object type 2017-06-28 23:12:13 +02:00
generator Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
loop PHP 7.1: list() with keys 2016-07-09 21:55:55 +02:00
namespace Add support for trailing comma in group use 2017-06-28 23:05:28 +02:00
blocklessStatement.test
const.test
controlFlow.test
declare.test Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
echo.test
haltCompiler.test
haltCompilerInvalidSyntax.test
haltCompilerOffset.test
haltCompilerOutermostScope.test
hashbang.test
if.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
inlineHTML.test
multiCatch.test Introduce explicit Finally node 2016-07-25 14:25:04 +02:00
switch.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
tryCatch.test Introduce explicit Finally node 2016-07-25 14:25:04 +02:00
tryWithoutCatch.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
unset.test