Searched refs:exclude_disabled (Results 1 – 4 of 4) sorted by relevance
11 /* exclude_disabled parameters is hardcoded to true */25 Deprecated: get_defined_functions(): Setting $exclude_disabled to false has no effect in %s on line…
147 function get_defined_functions(bool $exclude_disabled = true): array {} argument
164 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclude_disabled, _IS_BOOL, 0, "true")
1429 bool exclude_disabled = 1; in ZEND_FUNCTION() local1431 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &exclude_disabled) == FAILURE) { in ZEND_FUNCTION()1435 if (exclude_disabled == 0) { in ZEND_FUNCTION()
Completed in 11 milliseconds