ID: 46683 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Windows PHP Version: 5.3CVS-2008-11-26 (snap) Assigned To: pajoye New Comment:
These tests are also now checked into 6.0. Previous Comments: ------------------------------------------------------------------------ [2008-11-26 10:24:26] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=46683&edit=1