Tim Düsterhus
|
29f98e7485
|
Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
|
2024-07-10 16:47:31 +02:00 |
|
Nikita Popov
|
bed7139375
|
Deprecate strptime()
Use date_parse_from_format() or IntlDateFormatter::parse() instead.
Part of https://wiki.php.net/rfc/deprecations_php_8_1.
|
2021-07-09 10:03:45 +02:00 |
|
Nikita Popov
|
06ea1a2502
|
Skip some strptime() tests on FreeBSD
tm_wday/tm_yday generally have unreliable behavior. What we're
testing is how glibc works.
|
2021-05-18 19:33:57 +02:00 |
|
Nikita Popov
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Fabien Villepinte
|
a555cc0b3d
|
Clean DONE tags from tests
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.
Closes GH-4872.
|
2019-11-07 21:31:47 +01:00 |
|
Xinchen Hui
|
610c7fbe7b
|
Remove executable permission on phpt
|
2012-10-10 10:27:49 +08:00 |
|
Dmitry Stogov
|
b2785c3d4c
|
Fixed tests (win32)
|
2007-04-18 14:51:29 +00:00 |
|
Antony Dovgal
|
806d9fe71b
|
tm_yday may be 0
|
2006-08-24 11:27:20 +00:00 |
|
Ilia Alshanetsky
|
2a41a50216
|
Fixed bug #38524 (strptime() does not initialize the internal date storage
structure).
|
2006-08-20 18:20:07 +00:00 |
|