Home
last modified time | relevance | path

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

/php-src/tests/basic/
H A Dbug31875.phpt11 /* exclude_disabled parameters is hardcoded to true */
25 Deprecated: get_defined_functions(): Setting $exclude_disabled to false has no effect in %s on line…
/php-src/Zend/
H A Dzend_builtin_functions.stub.php142 function get_defined_functions(bool $exclude_disabled = true): array {} argument
H A Dzend_builtin_functions_arginfo.h158 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclude_disabled, _IS_BOOL, 0, "true")
H A Dzend_builtin_functions.c1372 bool exclude_disabled = 1; in ZEND_FUNCTION() local
1374 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &exclude_disabled) == FAILURE) { in ZEND_FUNCTION()
1378 if (exclude_disabled == 0) { in ZEND_FUNCTION()

Completed in 14 milliseconds