Home
last modified time | relevance | path

Searched refs:exclude_deprecated (Results 1 – 5 of 5) sorted by relevance

/php-ast/
H A Dast.stub.php29 function get_supported_versions(bool $exclude_deprecated = false): array {} argument
H A Dast_stub.php278 * @param bool $exclude_deprecated Whether to exclude deprecated versions
281 function get_supported_versions($exclude_deprecated = false): array argument
H A Dast_arginfo.h27 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclude_deprecated, _IS_BOOL, 0, "false")
H A Dast.c1313 zend_bool exclude_deprecated = 0; in PHP_FUNCTION() local
1316 if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "|b", &exclude_deprecated) == FAILURE) { in PHP_FUNCTION()
1323 if (!exclude_deprecated || !ast_version_deprecated(version)) { in PHP_FUNCTION()
H A DREADME.md55 * `ast\get_supported_versions(bool $exclude_deprecated = false)`

Completed in 15 milliseconds