From:             [EMAIL PROTECTED]
Operating system: Windows XP
PHP version:      4.1.0
PHP Bug Type:     Filesystem function related
Bug description:  file_exists ('') returns TRUE

The following will echo "I FOUND NOTHING!" on Windows XP running PHP
(version 4.1.0), but on linux PHP (Version 4.0.4) returns FALSE which is
correct.

<?php
  if (file_exists("")) echo "I FOUND NOTHING!" ;
?>


-- 
Edit bug report at: http://bugs.php.net/?id=15218&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to