Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Dget_defined_functions_error.phpt2 Test get_defined_functions() function : error conditions
6 /* Prototype : array get_defined_functions ( $exclude_disabled = false )
12 echo "*** Testing get_defined_functions() : error conditions ***\n";
15 echo "\n-- Testing get_defined_functions() function with more than expected no. of arguments --\n";
18 var_dump( get_defined_functions($extra_arg, $extra_arg2) );
23 *** Testing get_defined_functions() : error conditions ***
25 -- Testing get_defined_functions() function with more than expected no. of arguments --
27 Warning: get_defined_functions() expects at most 1 parameter, 2 given in %s on line %d
H A Dget_defined_functions_basic.phpt2 get_defined_functions() function : basic functionality
6 /* Prototype : array get_defined_functions ( void )
11 echo "*** Testing get_defined_functions() : basic functionality ***\n";
23 $func = get_defined_functions();
57 *** Testing get_defined_functions() : basic functionality ***
H A D017.phpt29 var_dump(gettype(get_defined_functions()));
30 var_dump(count(get_defined_functions()));
/PHP-7.1/tests/basic/
H A Dbug31875.phpt2 Bug #31875 get_defined_functions() should not list disabled functions
11 $functions = get_defined_functions();
14 $functions = get_defined_functions(false);
17 $functions = get_defined_functions(true);
/PHP-7.1/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIsValidFunction.php12 $functions = get_defined_functions();
/PHP-7.1/tests/output/
H A Dob_start_basic_002.phpt26 $functions = get_defined_functions();
/PHP-7.1/sapi/phpdbg/
H A D.phpdbginit44 get_defined_functions()['user'],
/PHP-7.1/scripts/dev/
H A Dfind_tested.php121 $all_functions = get_defined_functions();
H A Dgenerate-phpt.phar522 $functions = get_defined_functions();
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c85 static ZEND_FUNCTION(get_defined_functions);
373 ZEND_FE(get_defined_functions, arginfo_get_defined_functions)
1982 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument
/PHP-7.1/
H A DNEWS543 . Fixed bug #75799 (arg of get_defined_functions is optional). (carusogabriel)
1417 . Fixed bug #31875 (get_defined_functions additional param to exclude

Completed in 42 milliseconds