--TEST-- Test file_exists() function : error conditions --CREDITS-- Dave Kelsey --FILE-- --EXPECTF-- *** Testing file_exists() : error conditions *** -- Testing file_exists() function with Zero arguments -- Warning: file_exists() expects exactly 1 parameter, 0 given in %s on line %d NULL -- Testing file_exists() function with more than expected no. of arguments -- Warning: file_exists() expects exactly 1 parameter, 2 given in %s on line %d NULL Done