summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strripos_offset.phpt
Commit message (Expand)AuthorAgeFilesLines
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-4/+4
* Change argument error message formatMáté Kocsis2020-02-261-1/+1
* Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* Promote warnings to exceptions in string search related functionsMáté Kocsis2019-12-201-17/+28
* Normalise strr(i)pos offset messages with str(i)pos ones.George Peter Banyard2019-08-221-4/+4
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-19/+7
* Always treat needles as stringsNikita Popov2019-01-291-4/+0
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Make more tests run on 64bit plataformsGabriel Caruso2018-07-301-2/+0
* Fixed testsDmitry Stogov2018-07-231-0/+4
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-4/+4
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-4/+4
* Marked tests as 32-bitAndrea Faulds2014-11-091-0/+2
* Fixed some 32-bit testsAndrea Faulds2014-11-091-4/+4
* - MFH: Refix bug #43840.Moriyoshi Koizumi2009-02-151-8/+8
* MFH: fix segfault in strripos() when offset == INT_MAX+1Antony Dovgal2007-05-101-0/+45