ID: 15218
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Filesystem function related
Operating System: Windows XP
PHP Version: 4.1.0
New Comment:
As a side note, perhaps the current version is correct. Opening a
blank file name in most console languages (Turbo C/Turbo Pascal), opens
a handle to the console for input/output.
If you were planning on using PHP for console development, wouldn't you
want an easy way to open the stdio types?
Previous Comments:
------------------------------------------------------------------------
[2002-01-25 01:44:07] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=15218&edit=1