--TEST-- Test chr() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing chr() : error conditions *** -- Testing chr() function with no arguments -- Warning: chr() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing chr() function with more than expected no. of arguments -- Warning: chr() expects exactly 1 parameter, 2 given in %s on line %d NULL ===DONE===