Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 6 of 6) sorted by relevance

/php-ast/tests/
H A Dversion_errors.phpt20 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 Dphp81_final_class_const.phpt8 // In older php versions, this is allowed by the parser but forbidden by the compiler.
/php-ast/
H A D.travis.yml21 - echo "extension=ast.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
H A DRELEASE_CHECKLIST11 * Clear current changelog, bump versions and add dev suffix.
H A DREADME.md495 account for new features in newer PHP versions, or to improve it in other ways. Such changes will
499 Old AST versions may be deprecated in minor versions and removed in major versions of the AST exten…
501 A list of currently supported versions is available through `ast\get_supported_versions()`. The
502 function accepts a boolean argument that determines whether deprecated versions should be excluded.
504 In the following the changes in the respective AST versions, as well as their current support state,
542 Note that property group type information is only available with AST versions 70+.
579 …0 (php-ast 1.0.16 was the last version supporting php <= 7.1), as prior versions did not use an in…
582 means that it's not possible to parse code using features of newer versions (e.g. PHP 7.4 code
585 most code will work). PHP-Parser supports parsing both newer and older (up to PHP 5.2) versions.
H A Dast.c1094 static const zend_long versions[] = {50, 60, 70, 80, 85, 90, 100}; variable
1095 static const size_t versions_count = sizeof(versions)/sizeof(versions[0]);
1110 smart_str_append_long(&str, versions[i]); in ast_version_info()
1121 if (version == versions[i]) { in ast_version_known()
1322 zend_long version = versions[i]; in PHP_FUNCTION()

Completed in 14 milliseconds