Searched refs:get_supported_versions (Results 1 – 6 of 6) sorted by relevance
2 ast\get_supported_versions() function6 var_dump(ast\get_supported_versions());7 var_dump(ast\get_supported_versions(true));
43 ZEND_FUNCTION(get_supported_versions);53 ZEND_NS_FE("ast", get_supported_versions, arginfo_ast_get_supported_versions)
29 function get_supported_versions(bool $exclude_deprecated = false): array {} function
281 function get_supported_versions($exclude_deprecated = false): array function
56 * `ast\get_supported_versions(bool $exclude_deprecated = false)`504 A list of currently supported versions is available through `ast\get_supported_versions()`. The
1357 PHP_FUNCTION(get_supported_versions) { in PHP_FUNCTION() argument
Completed in 18 milliseconds