--TEST-- Test function_exists() function : error conditions --FILE-- ===Done=== --EXPECTF-- *** Testing function_exists() : error conditions *** Too many arguments Warning: function_exists() expects exactly 1 parameter, 2 given in %s on line %d NULL Too few arguments Warning: function_exists() expects exactly 1 parameter, 0 given in %s on line %d NULL ===Done===