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