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