Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dget_defined_functions_error.phpt2 Test get_defined_functions() function : error conditions
6 /* Prototype : array get_defined_functions ( void )
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";
17 var_dump( get_defined_functions($extra_arg) );
22 *** Testing get_defined_functions() : error conditions ***
24 -- Testing get_defined_functions() function with more than expected no. of arguments --
26 Warning: get_defined_functions() expects exactly 0 parameters, 1 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(get_defined_functions(true));
30 var_dump(gettype(get_defined_functions()));
31 var_dump(count(get_defined_functions()));
69 Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIsValidFunction.php12 $functions = get_defined_functions();
/PHP-5.5/tests/output/
H A Dob_start_basic_002.phpt26 $functions = get_defined_functions();
/PHP-5.5/scripts/dev/
H A Dfind_tested.php118 $all_functions = get_defined_functions();
H A Dgenerate-phpt.phar522 $functions = get_defined_functions();
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c77 static ZEND_FUNCTION(get_defined_functions);
290 ZEND_FE(get_defined_functions, arginfo_zend__void)
1732 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument

Completed in 20 milliseconds