Edit report at https://bugs.php.net/bug.php?id=55546&edit=1

 ID:                 55546
 Updated by:         s...@php.net
 Reported by:        lonnyk at gmail dot com
 Summary:            Bad Test for strtolower/strtoupper
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Strings related
 Operating System:   OSX
 PHP Version:        5.4SVN-2011-08-31 (SVN)
-Assigned To:        
+Assigned To:        stas
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2011-08-31 06:40:20] lonnyk at gmail dot com

Description:
------------
On Mac OSX both of these fail:

Test strtolower() function [ext/standard/tests/strings/strtolower.phpt]
Test strtoupper() function [ext/standard/tests/strings/strtoupper1.phpt]

In both we test ASCII characters 0-255 and we fail somewhere after 127. We 
should 
not test ASCII > 127 because it is undocumented and always has a different 
implementation.



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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55546&edit=1

Reply via email to