--TEST-- Test preg_replace() function : error - incorrect number of parameters --FILE-- --EXPECTF-- *** Testing preg_replace() : error conditions *** -- Testing preg_replace() function with zero arguments -- Warning: preg_replace() expects at least 3 parameters, 0 given in %s on line %d NULL -- Testing preg_replace() function with more than expected no. of arguments -- Warning: preg_replace() expects at most 5 parameters, 6 given in %s on line %d NULL -- Testing preg_replace() function with less than expected no. of arguments -- Warning: preg_replace() expects at least 3 parameters, 2 given in %s on line %d NULL Done