Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 1 | -2/+0 |
* | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 1 | -5/+0 |
* | Improve some TypeError and ValueError messages | Máté Kocsis | 2020-04-14 | 1 | -1/+1 |
* | Promote warnings to exceptions in string search related functions | Máté Kocsis | 2019-12-20 | 1 | -5/+7 |
* | Improve strpos and strstr function family implementation | George Peter Banyard | 2019-08-26 | 1 | -4/+6 |
* | Always treat needles as strings | Nikita Popov | 2019-01-29 | 1 | -5/+1 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1 | -1/+1 |
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 1 | -1/+1 |
* | Deprecate non-string needles in string search functions | Nikita Popov | 2018-07-21 | 1 | -1/+5 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 1 | -1/+1 |
* | New testcases for strrpos() function | Raghubansh Kumar | 2007-10-05 | 1 | -0/+32 |