--TEST-- Test disk_free_space and its alias diskfreespace() functions : basic functionality --INI-- memory_limit=32M --FILE-- $space2 ) echo "\n Free Space Value Is Correct\n"; else echo "\n Free Space Value Is Incorrect\n"; echo"\n-- Done --"; ?> --CLEAN-- --EXPECTF-- *** Testing with existing directory *** float(%f) float(%f) *** Testing with newly created directory *** Free Space before writing to a file float(%f) Free Space after writing to a file float(%f) Free Space Value Is Correct -- Done --