--TEST-- Test disk_free_space and its alias diskfreespace() functions : error conditions --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing error conditions *** Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d NULL Warning: diskfreespace() expects exactly 1 parameter, 0 given in %s on line %d NULL Warning: disk_free_space() expects exactly 1 parameter, 2 given in %s on line %d NULL Warning: diskfreespace() expects exactly 1 parameter, 2 given in %s on line %d NULL Warning: disk_free_space(): The system cannot find the path specified. in %s on line %d bool(false) Warning: diskfreespace(): The system cannot find the path specified. in %s on line %d bool(false) Warning: disk_free_space(): The directory name is invalid. in %s on line %d bool(false) Warning: diskfreespace(): The directory name is invalid. in %s on line %d bool(false) -- Done --