--TEST-- Test ereg_replace() function : error conditions - wrong number of args --FILE-- --EXPECTF-- *** Testing ereg_replace() : error conditions *** -- Testing ereg_replace() function with more than expected no. of arguments -- Deprecated: Function ereg_replace() is deprecated in %s on line %d Warning: ereg_replace() expects exactly 3 parameters, 4 given in %s on line %d NULL -- Testing ereg_replace() function with less than expected no. of arguments -- Deprecated: Function ereg_replace() is deprecated in %s on line %d Warning: ereg_replace() expects exactly 3 parameters, 2 given in %s on line %d NULL Done