Home
last modified time | relevance | path

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

/PHP-8.0/tests/basic/
H A Dbug31875.phpt11 /* exclude_disabled parameters is harded to true */
25 Deprecated: get_defined_functions(): Setting $exclude_disabled to false has no effect in %s on line…
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php92 function get_defined_functions(bool $exclude_disabled = true): array {} argument
H A Dzend_builtin_functions_arginfo.h153 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclude_disabled, _IS_BOOL, 0, "true")
H A Dzend_builtin_functions.c1337 zend_bool exclude_disabled = 1; in ZEND_FUNCTION() local
1339 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &exclude_disabled) == FAILURE) { in ZEND_FUNCTION()
1343 if (exclude_disabled == 0) { in ZEND_FUNCTION()
/PHP-8.0/
H A DUPGRADING873 . Calling get_defined_functions() with $exclude_disabled explicitly set to

Completed in 18 milliseconds