--TEST-- Test preg_replace_callback() function : error --FILE-- --EXPECTF-- ***Testing preg_replace_callback() : error conditions*** -- Testing preg_replace_callback() function with Zero arguments -- Warning: Wrong parameter count for preg_replace_callback() in %spreg_replace_callback_error.php on line %d NULL -- Testing preg_replace_callback() function with more than expected no. of arguments -- Warning: Wrong parameter count for preg_replace_callback() in %spreg_replace_callback_error.php on line %d NULL -- Testing preg_replace_callback() function with less than expected no. of arguments -- Warning: Wrong parameter count for preg_replace_callback() in %spreg_replace_callback_error.php on line %d NULL Done