Searched refs:get_defined_functions (Results 1 – 14 of 14) 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()));
63 foreach (get_defined_functions()["internal"] as $function) {
65 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'],
122 $all_functions = get_defined_functions();
135 function get_defined_functions(bool $exclude_disabled = true): array {} function
259 ZEND_FUNCTION(get_defined_functions);322 ZEND_FE(get_defined_functions, arginfo_get_defined_functions)
1308 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument
Completed in 19 milliseconds