php-src/ext/standard/tests/time
Remi Collet 018b9445da Fix failed test with recent glibc
In recent version of strptime glibc upstream has fixed a discrepancy between
documentation and actual behaviour by skipping over the sequence that would match %Z.
See ddc7e412ab

So when %Z is used in format
glibc <= 2.18 returns the GMT as unparsed
glibc >= 2.19 returns empty string

Removing %Z from tested format gives the same behavior with all version.
2013-11-13 13:19:10 +01:00
..
001.phpt
bug38524.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug60222.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
idate.phpt Some more tests that needed fixed. 2009-01-10 00:51:04 +00:00
strptime_basic.phpt Fix failed test with recent glibc 2013-11-13 13:19:10 +01:00
strptime_error.phpt Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit 2009-06-18 21:14:15 +00:00
strptime_parts.phpt fix strptime tests for mac 2011-08-31 07:34:07 +00:00