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