--TEST-- Test strtr() function : error conditions --FILE-- --EXPECTF-- *** Testing strtr() : error conditions *** -- Testing strtr() function with Zero arguments -- Warning: Wrong parameter count for strtr() in %s on line %d NULL -- Testing strtr() function with less than expected no. of arguments -- Warning: Wrong parameter count for strtr() in %s on line %d NULL -- Testing strtr() function with more than expected no. of arguments -- Warning: Wrong parameter count for strtr() in %s on line %d NULL Done