Home
last modified time | relevance | path

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

/php-src/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_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
H A Ddisk_total_space_error.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(): No such file or directory in %s on line %d
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.phpt2 disk_total_space() and disk_free_space() tests
12 disk_total_space
17 var_dump(disk_total_space(-1));
20 var_dump(disk_total_space("/"));
23 var_dump(disk_total_space("/some/path/here"));
31 Warning: disk_total_space(): No such file or directory in %s on line %d
39 Warning: disk_total_space(): No such file or directory in %s on line %d
/php-src/ext/standard/tests/dir/
H A Dbug71542.phpt2 Bug #71542 (disk_total_space does not work with relative paths)
8 disk_total_space($dir) !== false,
/php-src/ext/standard/
H A Dfilestat.c167 PHP_FUNCTION(disk_total_space) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2973 function disk_total_space(string $directory): float|false {}
H A Dbasic_functions_arginfo.h2707 ZEND_FUNCTION(disk_total_space);
3345 ZEND_FE(disk_total_space, arginfo_disk_total_space)

Completed in 28 milliseconds