1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/test/code/stmt/class
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
..
abstract.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
conditional.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
final.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
interface.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
modifier.test-fail Cover errors (and fix errors for namespace names) 2011-11-27 12:58:20 +01:00
name.test-fail Cover errors (and fix errors for namespace names) 2011-11-27 12:58:20 +01:00
php4Style.test More test coverage and doc string parsing fixes 2011-12-04 16:52:43 +01:00
simple.test Add test coverage for all nodes 2011-11-27 11:20:35 +01:00
staticMethod.test-fail Cover errors (and fix errors for namespace names) 2011-11-27 12:58:20 +01:00
trait.test Add initial version of an emulative lexer 2011-12-18 17:03:11 +01:00