--TEST-- Test array_fill_keys() function : error conditions --FILE-- --EXPECTF-- *** Testing array_fill_keys() : error conditions *** -- Testing array_fill_keys() function with more than expected no. of arguments -- Warning: array_fill_keys() expects exactly 2 parameters, 3 given in %sarray_fill_keys_error.php on line %d NULL -- Testing array_fill_keys() function with less than expected no. of arguments -- Warning: array_fill_keys() expects exactly 2 parameters, 1 given in %sarray_fill_keys_error.php on line %d NULL -- Testing array_fill_keys() function with no argumets -- Warning: array_fill_keys() expects exactly 2 parameters, 0 given in %sarray_fill_keys_error.php on line %d NULL Done