|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-06-30 10:53 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ using the functions disk_free_space and disk_total_space doesn't generate php error messages when the path is not existing. Reproduce code: --------------- disk_free_space('/this/path/doesnot/exist/'); Expected result: ---------------- php error message showing the path is not existing Actual result: -------------- false returned by function, but no php error