|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-03-29 16:58 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 17:00:02 2025 UTC |
Description: ------------ When using the file_exists function the function produces a only false output. Reproduce code: --------------- Using: Windows 2000 Service Pack 4 File System: NTFS WebService: IIS 5 Example Function in Use: if(file_exists('./hello.php') { } The file does exist in the same directory, but however it produces a false. Expected result: ---------------- I expect it to output true. Actual result: -------------- False