From:             [EMAIL PROTECTED]
Operating system: Windows, Linux
PHP version:      5.3CVS-2008-11-26 (snap)
PHP Bug Type:     Filesystem function related
Bug description:  fopen() file name in warning is upper cased if the arguments 
are invalid

Description:
------------
The following test was ported from 5.2.X and behaves differently on 
5.3. In particular the file name in the warning message is upper 
cased for no apparent reason?

ext/standard/tests/file/fopen_variation11-win32.phpt




Reproduce code:
---------------
See the test now checked into CVS:

ext/standard/tests/file/fopen_variation11-win32.phpt



Expected result:
----------------
Warning: fopen(\\fopen_variation11.tmp): failed to open stream: 
Invalid argument in %s on line %d




Actual result:
--------------
Warning: fopen(\\FOPEN_VARIATION11.TMP): failed to open stream: 
Invalid argument in %s on line %d




-- 
Edit bug report at http://bugs.php.net/?id=46683&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46683&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46683&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46683&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46683&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46683&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46683&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46683&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46683&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46683&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46683&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46683&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46683&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46683&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46683&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46683&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46683&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46683&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46683&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46683&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46683&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46683&r=mysqlcfg

Reply via email to