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 9329c91591 Merge branch 'codeGeneration'
* codeGeneration:
  Add docs for templates
  Add a filesystem template loader.
  Add simple templating support.
  Add usage example for builders to docs
  Add function builder
  Add ability to specify arrays as default values
  Add property builder
  Add parameter builder
  Add method builder
  Add class builder
2012-04-23 13:32:16 +02:00
..
class Add method builder 2012-03-10 23:25:26 +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
blocklessStatement.test Fix line numbers for some list structures 2012-04-19 00:52:44 +02: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