Home
last modified time | relevance | path

Searched refs:get_defined_functions (Results 1 – 14 of 14) sorted by relevance

/php-src/tests/basic/
H A Dbug31875.phpt2 Bug #31875 get_defined_functions() should not list disabled functions
13 $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…
/php-src/Zend/tests/
H A Dget_defined_functions_basic.phpt2 get_defined_functions() function : basic functionality
6 echo "*** Testing get_defined_functions() : basic functionality ***\n";
18 $func = get_defined_functions();
51 *** Testing get_defined_functions() : basic functionality ***
H A Dbug79668.phpt2 Bug #79668 (get_defined_functions(true) may miss functions)
7 $df = get_defined_functions(true);
H A D017.phpt25 var_dump(gettype(get_defined_functions()));
26 var_dump(count(get_defined_functions()));
H A Darginfo_zpp_mismatch.phpt63 foreach (get_defined_functions()["internal"] as $function) {
H A Darginfo_zpp_mismatch_strict.phpt65 foreach (get_defined_functions()["internal"] as $function) {
/php-src/ext/opcache/tests/
H A Dfunc_info.phpt15 foreach (get_defined_functions()["internal"] as $function) {
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A Dcheck_all.phpt18 foreach (get_defined_functions()["internal"] as $func) {
/php-src/tests/output/
H A Dob_start_basic_002.phpt26 $functions = get_defined_functions();
/php-src/sapi/phpdbg/
H A D.phpdbginit44 get_defined_functions()['user'],
/php-src/scripts/dev/
H A Dfind_tested.php122 $all_functions = get_defined_functions();
/php-src/Zend/
H A Dzend_builtin_functions.stub.php142 function get_defined_functions(bool $exclude_disabled = true): array {} function
H A Dzend_builtin_functions_arginfo.h273 ZEND_FUNCTION(get_defined_functions);
335 ZEND_FE(get_defined_functions, arginfo_get_defined_functions)
H A Dzend_builtin_functions.c1367 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument

Completed in 67 milliseconds