Searched refs:disk_total_space (Results 1 – 10 of 10) sorted by relevance
2 Test disk_total_space() function : basic functionality4 disk_total_space10 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");
2 Test disk_total_space() function : error conditions9 disk_total_space15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory17 $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 %d35 Warning: disk_total_space(): The directory name is invalid in %s on line %d
2 Test disk_total_space() function : error conditions9 disk_total_space15 var_dump( disk_total_space( $file_path."/dir1" )); // Invalid directory17 $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
2 Testing disk_total_space() functions : Usage Variations.4 disk_total_space10 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 bytes101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes[all …]
2 disk_total_space() and disk_free_space() tests12 disk_total_space17 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 %d39 Warning: disk_total_space(): No such file or directory in %s on line %d
2 Bug #71542 (disk_total_space does not work with relative paths)8 disk_total_space($dir) !== false,
186 PHP_FUNCTION(disk_total_space) in PHP_FUNCTION() argument
928 function disk_total_space(string $directory): float|false {} function
2608 ZEND_FUNCTION(disk_total_space);3247 ZEND_FE(disk_total_space, arginfo_disk_total_space)
642 . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
Completed in 48 milliseconds