Lines Matching refs:to
1 Upgrading from PHP-Parser 0.9 to 1.0
6 PHP-Parser now requires PHP 5.3 or newer to run. It is however still possible to *parse* PHP 5.2 so…
9 ### Move to namespaced names
11 The library has been moved to use namespaces with the `PhpParser` vendor prefix. However, the old n…
29 Note that the `PHPParser` prefix was changed to `PhpParser`. While PHP class names are technically …
30 the autoloader will not be able to load `PHPParser\Parser` or other case variants.
32 Due to conflicts with reserved keywords, some class names now end with an underscore, e.g. `PHPPars…
35 ### Changes to `Node::getType()`
37 The `Node::getType()` method continues to return names using underscores instead of namespace separ…
41 However, some node classes have been moved to a different namespace or renamed, which will result i…
92 … affect custom pretty printers and code comparing the return value of `Node::getType()` to specific