Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/README.md @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 PHP Parser | 1 PHP Parser |
2 ========== | 2 ========== |
3 | 3 |
4 [](https://travis-ci.org/nikic/PHP-Parser) [](https://coveralls.io/github/nikic/PHP-Parser?branch=master) | 4 [](https://travis-ci.org/nikic/PHP-Parser) [](https://coveralls.io/github/nikic/PHP-Parser?branch=master) |
5 | 5 |
6 This is a PHP 5.2 to PHP 7.2 parser written in PHP. Its purpose is to simplify static code analysis and | 6 This is a PHP 5.2 to PHP 7.3 parser written in PHP. Its purpose is to simplify static code analysis and |
7 manipulation. | 7 manipulation. |
8 | 8 |
9 [**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2). | 9 [**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.3). |
10 | 10 |
11 [Documentation for version 3.x][doc_3_x] (stable; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). | 11 [Documentation for version 3.x][doc_3_x] (unsupported; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). |
12 | 12 |
13 Features | 13 Features |
14 -------- | 14 -------- |
15 | 15 |
16 The main features provided by this library are: | 16 The main features provided by this library are: |