ID:               46683
 Updated by:       [email protected]
 Reported By:      [email protected]
 Status:           Assigned
 Bug Type:         Filesystem function related
 Operating System: win32 only
 PHP Version:      5.3CVS-2008-11-26 (snap)
 Assigned To:      pajoye
 New Comment:

Side note:

Please (PLEASE!!) try to create tests we can read. Like having an index
telling which iteration we are or other similar tricks to ease the
debugging. I already asked for cleaner tests many times on php-qa,
without much success :)


Previous Comments:
------------------------------------------------------------------------

[2008-11-26 18:03:22] [email protected]

These tests are also now checked into 6.0.

------------------------------------------------------------------------

[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

Reply via email to