PHP Parser ========== This is a PHP 5.2 to PHP 5.6 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. [**Documentation for version 1.x**][doc_1_x] (stable; for running on PHP >= 5.3). [Documentation for version 0.9.x][doc_0_9] (unsupported; for running on PHP 5.2). In a Nutshell ------------- The parser turns PHP source code into an abstract syntax tree. For example, if you pass the following code into the parser: ```php