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