1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

207 Commits

Author SHA1 Message Date
andy wharmby 203da56982 Fix tests 2009-11-05 22:44:02 +00:00
Rasmus Lerdorf 99f30c1b6a Fix date_sunrise/date_sunset tests 2009-09-29 13:56:51 +00:00
Jani Taskinen 4cce432eeb - Move tests in the right location 2009-09-22 09:41:39 +00:00
Zoe Slattery 4cc35aeaaf The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
Zoe Slattery 0e4ce3bcca More tests from 2009 testfest 2009-08-28 14:31:19 +00:00
Rasmus Lerdorf 1a6cda905a Fix test on 32-bit 2009-08-02 22:37:07 +00:00
Derick Rethans 24b973cafc - Fixed bug #45554 (Inconsistent behavior of the u format char). 2009-07-29 15:34:59 +00:00
Johannes Schlüter 6354376924 MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia) 2009-06-25 15:07:36 +00:00
Zoe Slattery b2bc4dd331 fix skipif 2009-06-25 14:44:01 +00:00
Zoe Slattery 8e972386f0 fix skipif 2009-06-25 12:36:46 +00:00
Scott MacVicar c63b6f5d8a MFH Specific test for bug #48276 2009-06-21 22:31:41 +00:00
Matt Wilmas 26cde1ee2f MFH: Updated tests after double->long conversion change (basically to match 5.2)
# Let me know about other failing tests I missed
2009-06-04 18:25:06 +00:00
Felipe Pena 7c30401aec - New tests (testfest Quebec) 2009-05-17 01:16:35 +00:00
Felipe Pena e753493c97 - Fixed tests on Windows 2009-05-12 19:46:58 +00:00
Derick Rethans 20a359a3fb - MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)). 2009-05-03 18:46:28 +00:00
Derick Rethans febc2763dd - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
- MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative offsets).
2009-05-03 18:22:40 +00:00
Derick Rethans 1e6e1ca304 - MFH: Added test for (bogus) bug #48097. 2009-05-03 14:28:26 +00:00
Felipe Pena b33f88607a - MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing) 2009-04-07 20:05:50 +00:00
andy wharmby 76b30f6434 Fix date tests which started failing after change to BST 2009-03-30 12:35:31 +00:00
andy wharmby a2e4773405 New tests for various date extension functions. Tested on Windows, Linux and linux 64 2009-03-18 23:35:25 +00:00
andy wharmby 0c1fe359a1 New tests for date extension DateTime methods Tested on Windows, Linux and linux 64 2009-03-18 11:32:59 +00:00
andy wharmby 13db8cb25a New tests for date extension DateTimeZone methods Tested on Windows, Linux and linux 64 2009-03-18 11:13:04 +00:00
Antony Dovgal 62e2021305 fix tests 2009-03-01 21:26:54 +00:00
Antony Dovgal 64003cd352 fix test 2009-01-28 12:58:59 +00:00
Derick Rethans 4ca3fa7120 - Fixed tests?
#- Wondering why those are not in HEAD though...
2009-01-27 14:22:17 +00:00
Scott MacVicar 8e11f40093 Fix tests 2009-01-27 14:16:15 +00:00
Derick Rethans fb183b1777 - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
#- [DOC]
2009-01-27 13:48:10 +00:00
andy wharmby 023db07910 New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and Linux 64 bit 2009-01-22 18:47:46 +00:00
andy wharmby 0d4228940c New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64 bit 2009-01-22 14:11:08 +00:00
andy wharmby c70c7ca7f9 Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bit 2009-01-22 13:50:45 +00:00
Sanjay Mantoor 5b75dd317f New testcases for strftime function 2009-01-21 10:51:04 +00:00
Antony Dovgal ad0935cd47 fix typo 2009-01-14 16:32:41 +00:00
andy wharmby c1bf1627dd Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure they PASS when run in any timezone. Tested on WIndows, Linux and Linux 64bit. 2009-01-14 16:28:18 +00:00
andy wharmby f52ad63dfb Fix new date tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 23:08:03 +00:00
andy wharmby cb9476027c New date extension tests. Tested on Windows, Linux and Linux 64 bit 2009-01-13 13:38:19 +00:00
Scott MacVicar a9e5e22275 If a TZ environmental is set then it ends up getting used instead of the INI setting, use date_default_timezone_set() instead. 2009-01-10 00:50:45 +00:00
Sanjay Mantoor 49a6cc243e New testcases for localtime function 2009-01-09 05:09:40 +00:00
Derick Rethans e5491af3c5 - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:23 +00:00
Johannes Schlüter e23b2b3fa5 MFH (Use the same test fiel as in HEAD) 2008-12-13 22:23:29 +00:00
Sanjay Mantoor fb6ae89566 New testcases for idate function 2008-12-08 10:48:22 +00:00
Derick Rethans 7a28b876e4 - MFH: Fixed bug #46732 (mktime.year description is wrong). 2008-12-02 18:02:16 +00:00
Sanjay Mantoor db0376cf94 Fixed testcsae inputs so that test runs faster 2008-11-24 11:10:02 +00:00
Sanjay Mantoor 223c2d002e New testcases for gmmktime function 2008-11-21 06:22:58 +00:00
Sanjay Mantoor ccef11d68f New testcases for gmdate function 2008-11-14 09:16:00 +00:00
Sanjay Mantoor eb2e561bfe New testcases for date_sunset function 2008-11-10 07:12:00 +00:00
Sanjay Mantoor 42325f9d48 New testcases for date_sunrise function 2008-11-10 05:52:20 +00:00
Derick Rethans 1c08ae1c8e - MFH: Fixed an issue with the * format specifier for parsing from a
user-defined format.
2008-11-05 10:42:42 +00:00
Sanjay Mantoor 2ca0889e8c New testcases for gettimeofday function 2008-10-30 10:49:45 +00:00
Zoe Slattery 7902763a82 scottish time variation 2008-10-28 19:24:49 +00:00
Zoe Slattery 5fe0e9c5ed Committing test for till 2008-10-21 09:33:21 +00:00