Skip to content

Commit ca3d5d0

Browse files
committed
use 65k of data to get a more explicit result
1 parent 6dff371 commit ca3d5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/disk_free_space_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $space1 = disk_free_space($file_path.$dir);
2525
var_dump( $space1 );
2626

2727
$fh = fopen($file_path.$dir."/disk_free_space.tmp", "a");
28-
$data = str_repeat("x", 4096);
28+
$data = str_repeat("x", 0xffff);
2929
fwrite($fh, (binary)$data);
3030
fclose($fh);
3131

0 commit comments

Comments
 (0)