summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings
Commit message (Expand)AuthorAgeFilesLines
* Refactor levenshtein()George Peter Banyard2020-07-075-69/+129
* Replace EXPECTF when possibleFabien Villepinte2020-06-292-0/+0
* Drop non-well formed numeric strings in strings function testsGeorge Peter Banyard2020-06-282-11/+1
* Fix typos in test cases for crypt_sha{256,512}Alex Dowad2020-06-242-4/+4
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-24379-1838/+0
* Enforce min/max rounds in sha256/sha512 cryptNikita Popov2020-06-242-7/+17
* Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-101-0/+2
* Clean up calls to extension_loaded('json') in testsTyson Andre2020-05-282-4/+0
* Add support for * width and precision in printf()Nikita Popov2020-05-271-0/+98
* Add support for %h and %H in printf()Nikita Popov2020-05-271-0/+19
* Improve type error messages when an object is givenMáté Kocsis2020-05-262-2/+2
* Fix ZPP of v*printf()Máté Kocsis2020-05-253-51/+45
* skip when mbstring missing (no warning)Remi Collet2020-05-131-0/+4
* Make float to string casts locale-independentMáté Kocsis2020-05-081-0/+107
* Remove redundant htmlentities() testsNikita Popov2020-05-072-46/+0
* Really fix test caseNikita Popov2020-05-071-1/+1
* Fix test caseChristoph M. Becker2020-05-071-1/+1
* Don't respect mbstring.internal_encoding in htmlentities()Nikita Popov2020-05-071-0/+17
* Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-2/+2
* Throw warning if invalid internal_encoding ini is specifiedNikita Popov2020-05-078-27/+23
* Add str_starts_with() and str_ends_with()William Hudgins2020-05-052-0/+88
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-041-0/+21
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-041-0/+21
| |\
| | * Add basic sapi_windows_cp_conv() testChristoph M. Becker2020-05-041-0/+21
* | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-302-0/+0
* | | Treat invalid characters in basename() consistentlyNikita Popov2020-04-291-2/+5
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-2723-15/+15
* | | Diagnose missing format specifier at end of stringNikita Popov2020-04-229-25/+32
* | | Emit diagnostic on unknown printf specifierNikita Popov2020-04-2240-1067/+253
* | | Remove some redundant sprintf variation testsNikita Popov2020-04-2245-8289/+0
* | | printf: Report error if missing padding characterNikita Popov2020-04-221-2/+6
* | | Remove redundant vfprintf/vsprintf variation testsNikita Popov2020-04-2154-4993/+0
* | | Fix number of required parameters in printfNikita Popov2020-04-211-0/+7
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-204-18/+18
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-1412-36/+36
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-6/+6
* | | Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-313-24/+31
* | | Improve undefined variable error messagesMáté Kocsis2020-03-3110-5/+5
* | | Improve argument error messages in ext/standardMáté Kocsis2020-03-1820-54/+54
* | | Add str_contains() functionPhilipp Tanlak2020-03-161-0/+34
* | | Fixed bug #75902Nikita Popov2020-03-103-40/+52
* | | Define Stringable with __toString():string methodNicolas Grekas2020-03-024-0/+0
* | | Change argument error message formatMáté Kocsis2020-02-2632-149/+149
* | | Use serialize_precision for var_dump()Nikita Popov2020-02-252-26/+26
* | | Make type error messages more consistentMáté Kocsis2020-02-1732-161/+160
* | | Reindent phpt filesNikita Popov2020-02-03148-3639/+3639
* | | Fix indentation/trailing whitespaces of 32-bit testsMáté Kocsis2020-02-0311-130/+130
* | | Fix indentation/trailing whitespaces of testsMáté Kocsis2020-02-0312-249/+249
* | | Fix another batch of indentation in testsMáté Kocsis2020-02-026-106/+106
* | | Fix indentation and whitespaces in testsMáté Kocsis2020-01-318-68/+69