1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/code/stmt
nikic c5c7aa5125 Add initial version of an emulative lexer
The emulative lexer allows lexing of PHP 5.4 on PHP 5.3 and PHP 5.2.
2011-12-18 17:03:11 +01:00
..
class Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00
function Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00
loop Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
namespace Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
const.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
controlFlow.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
declare.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
echo.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
haltCompiler.test Fix __halt_compiler() usage in namespace 2011-12-07 18:36:38 +01:00
haltCompilerInvalidSyntax.test-fail Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
haltCompilerOutermostScope.test-fail Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
if.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
inlineHTML.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
switch.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
tryCatch.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
unset.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00