--TEST-- Test disk_total_space() function : error conditions --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing error conditions *** Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d NULL Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d NULL Warning: disk_total_space(): No such file or directory in %s on line %d bool(false) float(%d) --- Done ---