Searched refs:get_defined_functions (Results 1 – 8 of 8) sorted by relevance
2 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
2 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 ***
29 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
12 $functions = get_defined_functions();
26 $functions = get_defined_functions();
118 $all_functions = get_defined_functions();
522 $functions = get_defined_functions();
77 static ZEND_FUNCTION(get_defined_functions);290 ZEND_FE(get_defined_functions, arginfo_zend__void)1747 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() argument
Completed in 22 milliseconds