--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: Wrong parameter count for preg_replace() in %spreg_replace_error.php on line %d NULL -- Testing preg_replace() function with more than expected no. of arguments -- Warning: Wrong parameter count for preg_replace() in %spreg_replace_error.php on line %d NULL -- Testing preg_replace() function with less than expected no. of arguments -- Warning: Wrong parameter count for preg_replace() in %spreg_replace_error.php on line %d NULL Done