[PHP-DEV] Bug #12033 Updated: file_exists doesn't work properly with variables

2001-07-11 Thread ddruff
ID: 12033 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: file_exists doesn't work properly with variables Status: Open Bug Type: Any Operating System: Win 95 PHP Version: 4.0.5 New Comment: The example in my previous submission did not show the apparent bug. The e

[PHP-DEV] Bug #12033: file_exists doesn't work properly with variables

2001-07-10 Thread ddruff
From: [EMAIL PROTECTED] Operating system: Win 95 PHP version: 4.0.5 PHP Bug Type: Any Bug description: file_exists doesn't work properly with variables The following won't work in Win95: $path="c:/test.bat"; if(file_exists($path)) {print "file $path exists"} This will