Home
last modified time | relevance | path

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

/php-ast/tests/
H A Dget_supported_versions.phpt2 ast\get_supported_versions() function
6 var_dump(ast\get_supported_versions());
7 var_dump(ast\get_supported_versions(true));
/php-ast/
H A Dast_arginfo.h43 ZEND_FUNCTION(get_supported_versions);
53 ZEND_NS_FE("ast", get_supported_versions, arginfo_ast_get_supported_versions)
H A Dast.stub.php29 function get_supported_versions(bool $exclude_deprecated = false): array {} function
H A Dast_stub.php281 function get_supported_versions($exclude_deprecated = false): array function
H A DREADME.md56 * `ast\get_supported_versions(bool $exclude_deprecated = false)`
504 A list of currently supported versions is available through `ast\get_supported_versions()`. The
H A Dast.c1357 PHP_FUNCTION(get_supported_versions) { in PHP_FUNCTION() argument

Completed in 14 milliseconds