summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/stripos_variation11.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Improve some TypeError and ValueError messagesMáté Kocsis2020-04-141-8/+8
| | | | Closes GH-5377
* Change argument error message formatMáté Kocsis2020-02-261-12/+12
| | | | Closes GH-5211
* Make type error messages more consistentMáté Kocsis2020-02-171-13/+13
| | | | Closes GH-5092
* Promote warnings to exceptions in string search related functionsMáté Kocsis2019-12-201-40/+24
| | | | GH-5004
* Improve strpos and strstr function family implementationGeorge Peter Banyard2019-08-261-8/+8
|
* Adjust tests for zpp TypeError changeNikita Popov2019-03-111-38/+22
|
* Always treat needles as stringsNikita Popov2019-01-291-64/+12
| | | | This is part of https://wiki.php.net/rfc/deprecations_php_7_3.
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-2/+2
|
* Deprecate non-string needles in string search functionsNikita Popov2018-07-211-0/+48
| | | | Part of https://wiki.php.net/rfc/deprecations_php_7_3.
* Fix misspelling vlaues to valuesGabriel Caruso2018-01-281-1/+1
|
* standardise and clean up string functions parameter parsingStanislav Malyshev2009-08-131-2/+2
|
* fix testsAntony Dovgal2007-09-301-10/+10
|
* New testcases for stripos() functionRaghubansh Kumar2007-09-291-0/+215