Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ext/standard parameter names | Nikita Popov | 2020-09-29 | 1 | -4/+4 |
| | | | | Closes GH-6214. | ||||
* | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 1 | -6/+0 |
| | | | | Closes GH-5759 | ||||
* | Improve argument error messages in ext/standard | Máté Kocsis | 2020-03-18 | 1 | -3/+3 |
| | | | | Closes GH-5198 | ||||
* | Change argument error message format | Máté Kocsis | 2020-02-26 | 1 | -1/+1 |
| | | | | Closes GH-5211 | ||||
* | Make type error messages more consistent | Máté Kocsis | 2020-02-17 | 1 | -1/+1 |
| | | | | Closes GH-5092 | ||||
* | Convert Errors to ValueErrors | George Peter Banyard | 2019-12-05 | 1 | -4/+2 |
| | | | | Closes GH-4930 | ||||
* | Promote warnings to errors in chunk_split() | George Peter Banyard | 2019-08-22 | 1 | -9/+5 |
| | |||||
* | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 1 | -4/+6 |
| | |||||
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 1 | -3/+3 |
| | |||||
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
| | | | | | | | PHP requires integer typehints to be written "int" and does not allow "integer" as an alias. This changes type error messages to match the actual type name and avoids confusing messages like "must be of the type integer, integer given". | ||||
* | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Fixed broken tests | Andrea Faulds | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | - Skip some tests in 32bit systems, add cleanups where missing | Jani Taskinen | 2009-07-28 | 1 | -0/+4 |
| | |||||
* | - Fixed tests to be more portable | Jani Taskinen | 2009-07-23 | 1 | -7/+6 |
| | |||||
* | Additional fix for bug #42868 | Dmitry Stogov | 2007-12-24 | 1 | -6/+7 |
| | |||||
* | New testcases for chunk_split() function | Raghubansh Kumar | 2007-09-29 | 1 | -0/+88 |