--TEST-- Test disk_free_space and its alias diskfreespace() functions : error conditions --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing error conditions *** 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 --