Searched refs:exclude_disabled (Results 1 – 5 of 5) sorted by relevance
11 /* exclude_disabled parameters is harded to true */25 Deprecated: get_defined_functions(): Setting $exclude_disabled to false has no effect in %s on line…
92 function get_defined_functions(bool $exclude_disabled = true): array {} argument
153 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, exclude_disabled, _IS_BOOL, 0, "true")
1337 zend_bool exclude_disabled = 1; in ZEND_FUNCTION() local1339 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &exclude_disabled) == FAILURE) { in ZEND_FUNCTION()1343 if (exclude_disabled == 0) { in ZEND_FUNCTION()
873 . Calling get_defined_functions() with $exclude_disabled explicitly set to
Completed in 18 milliseconds