--TEST-- Test class_exists() function : error conditions (wrong number of arguments) --FILE-- --EXPECTF-- *** Testing class_exists() : error conditions *** -- Testing class_exists() function with Zero arguments -- Warning: class_exists() expects at least 1 parameter, 0 given in %s on line 16 NULL -- Testing class_exists() function with more than expected no. of arguments -- Warning: class_exists() expects at most 2 parameters, 3 given in %s on line 23 NULL Done