Searched refs:get_defined_functions (Results 1 – 15 of 15) sorted by relevance
2 Bug #31875 get_defined_functions() should not list disabled functions13 $functions = get_defined_functions();16 $functions = get_defined_functions(false);19 $functions = get_defined_functions(true);25 Deprecated: get_defined_functions(): Setting $exclude_disabled to false has no effect in %s on line…
2 get_defined_functions() function : basic functionality6 echo "*** Testing get_defined_functions() : basic functionality ***\n";18 $func = get_defined_functions();51 *** Testing get_defined_functions() : basic functionality ***
2 Bug #79668 (get_defined_functions(true) may miss functions)7 $df = get_defined_functions(true);
25 var_dump(gettype(get_defined_functions()));26 var_dump(count(get_defined_functions()));
62 foreach (get_defined_functions()["internal"] as $function) {
64 foreach (get_defined_functions()["internal"] as $function) {
15 foreach (get_defined_functions()["internal"] as $function) {
18 foreach (get_defined_functions()["internal"] as $func) {
26 $functions = get_defined_functions();
44 get_defined_functions()['user'],
92 function get_defined_functions(bool $exclude_disabled = true): array {} function
252 ZEND_FUNCTION(get_defined_functions);314 ZEND_FE(get_defined_functions, arginfo_get_defined_functions)
1332 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument
122 $all_functions = get_defined_functions();
873 . Calling get_defined_functions() with $exclude_disabled explicitly set to874 false is deprecated. get_defined_functions() will never include disabled
Completed in 28 milliseconds