ID: 40164
Updated by: [EMAIL PROTECTED]
Reported By: pcdinh at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Compile Warning
Operating System: Windows
PHP Version: 5.2.0
New Comment:
The manual says of another one possible error message.
This error message is "Unknown file type (..)" and it's indeed
E_NOTICE.
Previous Comments:
------------------------------------------------------------------------
[2007-01-19 09:44:57] pcdinh at gmail dot com
Description:
------------
The PHP Manual said: filetype() will also produce an E_NOTICE message
if the stat call fails or if the file type is unknown.
However, in fact, with PHP 5.2.0, Windows Xp Sp2, a E_WARNING message
is returned:
Warning: filetype() [function.filetype]: Lstat failed for W:/ in
D:\wvbsrc\mailing\demos\lib\core\WVB\View\Drivers\WVB_View_Standard.php
on line 73
Reproduce code:
---------------
if (filetype('W:/') === false)
{
echo "Hello";
}
Expected result:
----------------
Notice: filetype() [function.filetype]: Lstat failed for W:/ in
D:\wvbsrc\mailing\demos\lib\core\WVB\View\Drivers\WVB_View_Standard.php
on line 73
Actual result:
--------------
Warning: filetype() [function.filetype]: Lstat failed for W:/ in
D:\wvbsrc\mailing\demos\lib\core\WVB\View\Drivers\WVB_View_Standard.php
on line 73
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40164&edit=1