summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings
Commit message (Expand)AuthorAgeFilesLines
* Remove quicktesterGeorge Peter Banyard2021-02-252-48/+71
* Merge branch 'PHP-8.0'Nikita Popov2021-02-181-0/+10
|\
| * Avoid signed integer overflow in substr()Nikita Popov2021-02-181-0/+10
* | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1168-2285/+218
* | Merge branch 'PHP-8.0'Stanislav Malyshev2021-01-261-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-261-2/+4
| |\
| | * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-261-2/+4
| | |\
| | | * Alternative fix for bug 77423Christoph M. Becker2021-01-261-2/+4
| | * | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-011-4/+2
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-011-4/+2
| | | |\
| | | | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-011-4/+2
| * | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-041-4/+2
* | | | | Use ENT_QUOTES|ENT_SUBSTITUTE default for HTML encoding and decoding functionsCraig Francis2021-01-1810-22/+22
* | | | | Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-041-4/+2
* | | | | Fix typo 'pices' in strings/join_basic.phpthgsgtk2020-12-171-2/+2
|/ / / /
* | | | Don't throw for out of bounds offsets in strspn()Nikita Popov2020-10-276-4661/+4631
* | | | Remove string length limit from levenshtein()Nikita Popov2020-10-091-3/+5
* | | | Update ext/standard parameter namesNikita Popov2020-09-2927-4690/+4690
* | | | Update mbstring parameter namesNikita Popov2020-09-282-6/+6
* | | | Unify 32-bit/64-bit str_split testsNikita Popov2020-09-254-296/+0
* | | | Normalize substr() behaviorNikita Popov2020-09-252-1/+1
* | | | Promote pack/unpack format errorsNikita Popov2020-09-224-57/+63
* | | | Convert unpack offset warning to ValueErrorNikita Popov2020-09-221-0/+13
* | | | Support uuencoding empty stringNikita Popov2020-09-221-4/+9
* | | | Don't return false for empty string in soundex()Nikita Popov2020-09-221-1/+1
* | | | Validate phonemes parameter of metaphone()Nikita Popov2020-09-221-4/+6
* | | | Check string bounds in strspn/strcspnNikita Popov2020-09-2212-9615/+4662
* | | | Promote substr_replace warningsNikita Popov2020-09-221-25/+13
* | | | Throw warning for failed object to int/float conversionNikita Popov2020-09-211-0/+0
* | | | Run tidyNikita Popov2020-09-1822-22/+22
* | | | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-156-29/+44
* | | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-098-28/+28
* | | | Fix UNKNOWN default values in ext/standardMáté Kocsis2020-09-073-25/+29
* | | | Drop support for crypt() without explicit saltNikita Popov2020-09-071-5/+7
* | | | Use ZPP instead of custom type checksMáté Kocsis2020-09-042-12/+9
* | | | Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-043-3/+3
* | | | X86: Fast CRC32 computation using PCLMULQDQ instructionFrank Du2020-09-021-0/+28
* | | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-241-0/+13
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-241-0/+13
| |\ \ \ | | |/ /
| | * | Fix #79986: str_ireplace bug with diacritics charactersChristoph M. Becker2020-08-241-0/+13
* | | | Drop redundant arg count checkGeorge Peter Banyard2020-08-132-5/+5
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-08-111-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-111-0/+10
| |\ \ \ | | |/ /
| | * | Fixed bug #79951Nikita Popov2020-08-111-0/+10
| * | | Relax error message checkNikita Popov2020-08-051-1/+1
| * | | Check whether setlocale -a is availableNikita Popov2020-08-051-0/+4
* | | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0936-1/+35
* | | | Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-051-2/+0
* | | | Relax error message checkNikita Popov2020-08-051-1/+1
* | | | Check whether setlocale -a is availableNikita Popov2020-08-051-0/+4