mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
Fix test
This commit is contained in:
@@ -24,10 +24,10 @@ var_dump(disk_total_space("/some/path/here"));
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: Wrong parameter count for disk_free_space() in %s on line %d
|
||||
Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d
|
||||
NULL
|
||||
|
||||
Warning: Wrong parameter count for disk_total_space() in %s on line %d
|
||||
Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
|
||||
NULL
|
||||
|
||||
Warning: disk_free_space(): No such file or directory in %s on line %d
|
||||
|
||||
Reference in New Issue
Block a user