Home
last modified time | relevance | path

Searched refs:disk_total_space (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
13 * Prototype: float disk_total_space( string $directory );
21 var_dump( disk_total_space() ); // Zero Arguments
26 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
28 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
30 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
38 unlink($file_path."/disk_total_space.tmp");
43 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
49 Warning: disk_total_space(): The system cannot find the path specified.
[all …]
H A Ddisk_total_space_error.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
13 * Prototype: float disk_total_space( string $directory );
21 var_dump( disk_total_space() ); // Zero Arguments
26 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
28 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
30 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
38 unlink($file_path."/disk_total_space.tmp");
43 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
46 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
8 * Prototype: float disk_total_space( string $directory );
17 var_dump( disk_total_space($file_path) );
20 $dir = "/disk_total_space";
23 var_dump( disk_total_space($file_path.$dir) );
24 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
30 var_dump( disk_total_space($file_path.$dir) );
37 unlink($file_path."/disk_total_space/disk_total_space.tmp");
38 rmdir($file_path."/disk_total_space");
H A Ddisk_total_space_variation.phpt2 Testing disk_total_space() functions : Usage Variations.
4 disk_total_space
8 * Prototype: float disk_total_space( string directory )
17 var_dump( disk_total_space($file_path."/..") );
20 $return_value = disk_total_space($file_path);
24 $dir = "/disk_total_space";
54 var_dump( disk_total_space( $dir1 ) );
59 var_dump( disk_total_space(b"$file_path") );
66 rmdir($file_path."/disk_total_space");
102 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
13 * Prototype: float disk_total_space( string $directory );
21 var_dump( disk_total_space() ); // Zero Arguments
26 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
28 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
30 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
38 unlink($file_path."/disk_total_space.tmp");
43 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
49 Warning: disk_total_space(): The system cannot find the path specified.
[all …]
H A Ddisk_total_space_error.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
13 * Prototype: float disk_total_space( string $directory );
21 var_dump( disk_total_space() ); // Zero Arguments
26 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
28 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
30 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
38 unlink($file_path."/disk_total_space.tmp");
43 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
46 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
8 * Prototype: float disk_total_space( string $directory );
17 var_dump( disk_total_space($file_path) );
20 $dir = "/disk_total_space";
23 var_dump( disk_total_space($file_path.$dir) );
24 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
30 var_dump( disk_total_space($file_path.$dir) );
37 unlink($file_path."/disk_total_space/disk_total_space.tmp");
38 rmdir($file_path."/disk_total_space");
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
11 * Prototype: float disk_total_space( string $directory );
19 var_dump( disk_total_space() ); // Zero Arguments
24 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
28 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
36 unlink($file_path."/disk_total_space.tmp");
41 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
47 Warning: disk_total_space(): The system cannot find the path specified.
[all …]
H A Ddisk_total_space_error.phpt2 Test disk_total_space() function : error conditions
11 * Prototype: float disk_total_space( string $directory );
19 var_dump( disk_total_space() ); // Zero Arguments
21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
24 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
28 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
36 unlink($file_path."/disk_total_space.tmp");
41 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
6 * Prototype: float disk_total_space( string $directory );
15 var_dump( disk_total_space($file_path) );
18 $dir = "/disk_total_space";
21 var_dump( disk_total_space($file_path.$dir) );
22 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
28 var_dump( disk_total_space($file_path.$dir) );
35 unlink($file_path."/disk_total_space/disk_total_space.tmp");
36 rmdir($file_path."/disk_total_space");
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
11 * Prototype: float disk_total_space( string $directory );
19 var_dump( disk_total_space() ); // Zero Arguments
24 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
28 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
36 unlink($file_path."/disk_total_space.tmp");
41 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
47 Warning: disk_total_space(): The system cannot find the path specified.
[all …]
H A Ddisk_total_space_error.phpt2 Test disk_total_space() function : error conditions
11 * Prototype: float disk_total_space( string $directory );
19 var_dump( disk_total_space() ); // Zero Arguments
21 var_dump( disk_total_space( $file_path, "extra argument") ); // More than valid number of arguments
24 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
26 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
28 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
36 unlink($file_path."/disk_total_space.tmp");
41 Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d
44 Warning: disk_total_space() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
6 * Prototype: float disk_total_space( string $directory );
15 var_dump( disk_total_space($file_path) );
18 $dir = "/disk_total_space";
21 var_dump( disk_total_space($file_path.$dir) );
22 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
28 var_dump( disk_total_space($file_path.$dir) );
35 unlink($file_path."/disk_total_space/disk_total_space.tmp");
36 rmdir($file_path."/disk_total_space");
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
10 var_dump( disk_total_space($file_path) );
13 $dir = "/disk_total_space";
16 var_dump( disk_total_space($file_path.$dir) );
17 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
23 var_dump( disk_total_space($file_path.$dir) );
30 unlink($file_path."/disk_total_space/disk_total_space.tmp");
31 rmdir($file_path."/disk_total_space");
H A Ddisk_total_space_variation.phpt2 Testing disk_total_space() functions : Usage Variations.
4 disk_total_space
10 var_dump( disk_total_space($file_path."/..") );
13 $return_value = disk_total_space($file_path);
17 $dir = "/disk_total_space";
48 var_dump( disk_total_space( $dir1 ) );
56 var_dump( disk_total_space(b"$file_path") );
63 rmdir($file_path."/disk_total_space");
98 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
[all …]
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
17 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
19 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
27 unlink($file_path."/disk_total_space.tmp");
32 Warning: disk_total_space(): The system cannot find the path specified in %s on line %d
35 Warning: disk_total_space(): The directory name is invalid in %s on line %d
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
10 var_dump( disk_total_space($file_path) );
13 $dir = "/disk_total_space";
16 var_dump( disk_total_space($file_path.$dir) );
17 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
23 var_dump( disk_total_space($file_path.$dir) );
30 unlink($file_path."/disk_total_space/disk_total_space.tmp");
31 rmdir($file_path."/disk_total_space");
H A Ddisk_total_space_variation.phpt2 Testing disk_total_space() functions : Usage Variations.
4 disk_total_space
10 var_dump( disk_total_space($file_path."/..") );
13 $return_value = disk_total_space($file_path);
17 $dir = "/disk_total_space";
48 var_dump( disk_total_space( $dir1 ) );
56 var_dump( disk_total_space(b"$file_path") );
63 rmdir($file_path."/disk_total_space");
98 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
[all …]
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
17 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
19 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
27 unlink($file_path."/disk_total_space.tmp");
32 Warning: disk_total_space(): The system cannot find the path specified in %s on line %d
35 Warning: disk_total_space(): The directory name is invalid in %s on line %d
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
10 var_dump( disk_total_space($file_path) );
13 $dir = "/disk_total_space";
16 var_dump( disk_total_space($file_path.$dir) );
17 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
23 var_dump( disk_total_space($file_path.$dir) );
30 unlink($file_path."/disk_total_space/disk_total_space.tmp");
31 rmdir($file_path."/disk_total_space");
H A Ddisk_total_space_variation.phpt2 Testing disk_total_space() functions : Usage Variations.
4 disk_total_space
10 var_dump( disk_total_space($file_path."/..") );
13 $return_value = disk_total_space($file_path);
17 $dir = "/disk_total_space";
48 var_dump( disk_total_space( $dir1 ) );
56 var_dump( disk_total_space(b"$file_path") );
63 rmdir($file_path."/disk_total_space");
98 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
[all …]
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
17 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
19 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
27 unlink($file_path."/disk_total_space.tmp");
32 Warning: disk_total_space(): The system cannot find the path specified in %s on line %d
35 Warning: disk_total_space(): The directory name is invalid in %s on line %d
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt2 Test disk_total_space() function : basic functionality
4 disk_total_space
10 var_dump( disk_total_space($file_path) );
13 $dir = "/disk_total_space";
16 var_dump( disk_total_space($file_path.$dir) );
17 $fh = fopen($file_path.$dir."/disk_total_space.tmp", "w");
23 var_dump( disk_total_space($file_path.$dir) );
30 unlink($file_path."/disk_total_space/disk_total_space.tmp");
31 rmdir($file_path."/disk_total_space");
H A Ddisk_total_space_variation.phpt2 Testing disk_total_space() functions : Usage Variations.
4 disk_total_space
10 var_dump( disk_total_space($file_path."/..") );
13 $return_value = disk_total_space($file_path);
17 $dir = "/disk_total_space";
48 var_dump( disk_total_space( $dir1 ) );
56 var_dump( disk_total_space(b"$file_path") );
63 rmdir($file_path."/disk_total_space");
98 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
[all …]
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
9 disk_total_space
15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory
17 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
19 var_dump( disk_total_space( $file_path."/disk_total_space.tmp" )); // file input instead of directo…
27 unlink($file_path."/disk_total_space.tmp");
32 Warning: disk_total_space(): The system cannot find the path specified in %s on line %d
35 Warning: disk_total_space(): The directory name is invalid in %s on line %d

1234567