summaryrefslogtreecommitdiff
path: root/ext/standard/tests/time
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-243-16/+0
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-271-1/+1
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-3/+3
* Reindent phpt filesNikita Popov2020-02-034-11/+11
* Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* Promote some warnings to exceptions in standard libMáté Kocsis2019-11-011-9/+13
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-28/+1
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* Trim trailing whitespace in testsGabriel Caruso2018-10-144-18/+18
* Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-291-1/+0
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* add test for strptime(): return false on failurechance garcia2017-06-181-0/+6
* Fix failed test with recent glibcRemi Collet2013-11-131-2/+2
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * Fixed bug #60222 (time_nanosleep() does validate input params).Ilia Alshanetsky2012-03-121-0/+15
* | Fixed bug #60222 (time_nanosleep() does validate input params).Ilia Alshanetsky2012-03-121-0/+15
* | fix strptime tests for macStanislav Malyshev2011-08-312-0/+77
|/
* Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Lii...andy wharmby2009-06-182-0/+154
* Some more tests that needed fixed.Scott MacVicar2009-01-101-2/+1
* - MFH: use date.timezone ini setting instead of ENVPierre Joye2008-08-211-2/+2
* Fixed tests (win32)Dmitry Stogov2007-04-181-0/+2
* tm_yday may be 0Antony Dovgal2006-08-241-2/+2
* Fixed bug #38524 (strptime() does not initialize the internal date storageIlia Alshanetsky2006-08-201-0/+29
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-161-1/+1
* - Move mktime/gmmktime related tests from ext/standard to ext/date.Derick Rethans2005-07-034-180/+0
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-033-0/+6
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-302-26/+4
* - Move strtotime() related testcases to ext/date/tests.Derick Rethans2005-06-1610-394/+0
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-3/+3
* fix testfoobar2005-02-041-2/+2
* - Added test for bug #28599Derick Rethans2004-11-231-0/+8
* - There's no reason why gettimeofday() shouldn''t return the same time inAndi Gutmans2004-07-231-1/+1
* - Remove unused blocksMarcus Boerger2004-05-191-3/+0
* - Added test and not the diff ;-)Derick Rethans2004-04-081-0/+16
* remove crapfoobar2004-04-081-2/+0
* - Test case for bug #20382Derick Rethans2004-04-081-0/+2
* - Fixed comment and double 0Derick Rethans2004-04-041-2/+2
* - One more test for a date/time related bug.Derick Rethans2004-04-041-0/+19
* - MFB: Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time)Derick Rethans2004-04-011-0/+113
* Make time tests more robust against differences in implementationArd Biesheuvel2004-03-313-19/+19
* Removed extra spaces that cause the test to fail.Ilia Alshanetsky2004-03-291-4/+4
* MFB test case for bug #27719 and improve comments in this tricky DST codeRasmus Lerdorf2004-03-281-0/+65
* - Add support for more ISO8601 style formats.Moriyoshi Koizumi2004-03-011-1/+23
* - Added 'c' modifier to date() which returns the date in ISO 8601 format.Derick Rethans2003-12-161-0/+22
* typo fixHartmut Holzgraefe2003-11-191-1/+1
* regression test for bug # 26320Hartmut Holzgraefe2003-11-191-0/+15
* Testcase done right ...Hartmut Holzgraefe2003-11-191-7/+7