summaryrefslogtreecommitdiff
path: root/ext/date/tests
Commit message (Expand)AuthorAgeFilesLines
* Reduce date test threshold furtherNikita Popov2021-03-051-1/+1
* Reduce threshold in ext/date/tests/bug73837.phptNikita Popov2021-03-041-1/+2
* Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-012-16/+16
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-115-63/+11
* Add regression test for bug #76770Semen Dubina2020-12-231-0/+8
* Verify parameter names of function aliasesMáté Kocsis2020-10-161-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2020-10-111-9/+7
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-10-111-9/+7
| |\
| | * Fixed test for bug #48097 due to confirmed data changes in timelibDerick Rethans2020-10-111-9/+7
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-091-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-091-0/+2
| |\ \ | | |/
| | * XFAIL test broken by timelib updateNikita Popov2020-10-091-0/+2
| * | Merge branch 'PHP-7.3' into PHP-7.4Derick Rethans2020-08-311-3/+3
| |\ \ | | |/
| | * Fixed test caseDerick Rethans2020-08-311-3/+3
* | | Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* | | Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-251-0/+21
* | | Run tidyNikita Popov2020-09-187-8/+8
* | | Add some ValueErrors to ext/dateGeorge Peter Banyard2020-09-1612-59/+207
* | | Slightly improve error handling in DatePeriod::__construct()Máté Kocsis2020-09-145-17/+45
* | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-093-4/+4
* | | Fixed bug #80057 (DateTimeImmutable::createFromFormat() does not populate time)Derick Rethans2020-09-041-0/+13
* | | Update timelib to 2020.02Derick Rethans2020-08-312-2/+2
* | | Update timelib to 2020.01Derick Rethans2020-08-312-2/+9
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-271-0/+16
|\ \ \ | |/ /
| * | Don't assert when comparing uninit DateTimeZone objectsNikita Popov2020-08-271-0/+14
* | | Fix leak on failed DatePeriod initializationNikita Popov2020-08-271-0/+7
* | | Add some missing DatePeriod initialization checksNikita Popov2020-08-131-0/+18
* | | Make strftime tests musl compatibleNikita Popov2020-08-134-22/+10
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0929-0/+29
* | | datetime: new format "p", same as "P" but returning "Z" for UTCGregor Harlan2020-08-031-0/+43
* | | Fixed bug #60302: DateTime::createFromFormat should new static(), not new self()Derick Rethans2020-08-0310-1/+253
* | | Fix microtime() testMáté Kocsis2020-07-271-2/+2
* | | Another pass of improving ext/date argument namesDerick Rethans2020-07-262-2/+3
* | | Fix incorrect initialization in date_sunrise()Nikita Popov2020-07-211-0/+6
* | | Fix tests I missed beforeNikita Popov2020-07-201-1/+1
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | Introduce InternalIteratorNikita Popov2020-06-241-0/+88
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-24121-706/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-181-28/+0
|\ \ \ | |/ /
| * | Remove bug48187.phptNikita Popov2020-06-181-28/+0
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-266-7/+7
* | | Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-022-2/+2
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-278-8/+8
* | | Add support for generating method entries from stubsMáté Kocsis2020-04-111-123/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-301-41/+49
|\ \ \ | |/ /
| * | Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-301-43/+49
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-191-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-191-0/+24
| |\ \ | | |/
| | * Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-191-0/+24
* | | Change argument error message formatMáté Kocsis2020-02-269-15/+15