Searched refs:versions (Results 1 – 6 of 6) sorted by relevance
/php-ast/tests/ |
H A D | version_errors.phpt | 20 No version specified. Current version is %d. All versions (including experimental): {%d, %s} 21 Unknown version 10000. Current version is %d. All versions (including experimental): {%d, %s}
|
H A D | php81_final_class_const.phpt | 8 // In older php versions, this is allowed by the parser but forbidden by the compiler.
|
/php-ast/ |
H A D | .travis.yml | 21 - echo "extension=ast.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
H A D | RELEASE_CHECKLIST | 11 * Clear current changelog, bump versions and add dev suffix.
|
H A D | README.md | 498 account for new features in newer PHP versions, or to improve it in other ways. Such changes will 502 Old AST versions may be deprecated in minor versions and removed in major versions of the AST exten… 504 A list of currently supported versions is available through `ast\get_supported_versions()`. The 505 function accepts a boolean argument that determines whether deprecated versions should be excluded. 507 In the following the changes in the respective AST versions, as well as their current support state, 553 Note that property group type information is only available with AST versions 70+. 590 …0 (php-ast 1.0.16 was the last version supporting php <= 7.1), as prior versions did not use an in… 593 means that it's not possible to parse code using features of newer versions (e.g. PHP 7.4 code 596 most code will work). PHP-Parser supports parsing both newer and older (up to PHP 5.2) versions.
|
H A D | ast.c | 1139 static const zend_long versions[] = {50, 60, 70, 80, 85, 90, 100, 110}; variable 1140 static const size_t versions_count = sizeof(versions)/sizeof(versions[0]); 1155 smart_str_append_long(&str, versions[i]); in ast_version_info() 1166 if (version == versions[i]) { in ast_version_known() 1367 zend_long version = versions[i]; in PHP_FUNCTION()
|
Completed in 13 milliseconds