summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/stripos_variation15.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-2/+2
|
* Deprecate non-string needles in string search functionsNikita Popov2018-07-211-0/+12
| | | | Part of https://wiki.php.net/rfc/deprecations_php_7_3.
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-3/+3
| | | | | | | 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".
* Fix misspelling vlaues to valuesGabriel Caruso2018-01-281-1/+1
|
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-3/+3
|
* Skip buncha tests on 32-bitAndrea Faulds2014-11-291-0/+2
|
* fix testsAntony Dovgal2007-09-301-5/+5
|
* New testcases for stripos() functionRaghubansh Kumar2007-09-291-0/+171