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