summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array
Commit message (Expand)AuthorAgeFilesLines
* Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-041-1/+1
* Release call trampolines in zpp fccNikita Popov2020-09-041-0/+13
* Fix trampoline leak in array_mapNikita Popov2020-08-311-0/+6
* Rename standard array function parameters to $arrayTyson Andre2020-08-1138-1305/+1305
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-0915-4/+11
* Merge branch 'PHP-7.4'Nikita Popov2020-08-051-0/+33
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-051-0/+33
| |\
| | * Fixed bug #79930Nikita Popov2020-08-051-0/+33
* | | Fix bug #79108Nikita Popov2020-07-242-2/+2
* | | Improved number to string comparison semanticsNikita Popov2020-07-2224-146/+150
* | | Fix bug #79868Nikita Popov2020-07-201-0/+15
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-171-0/+26
|\ \ \ | |/ /
| * | Fixed bug #79839Nikita Popov2020-07-171-0/+26
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1012-25/+25
* | | Don't allow separation in array functionsNikita Popov2020-07-0710-138/+66
* | | Drop non-well formed numeric strings in array function testsGeorge Peter Banyard2020-06-282-14/+3
* | | Make sorting stableNikita Popov2020-06-258-4/+108
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-24531-2931/+0
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-2641-92/+92
* | | Allow null callback to array_filter()Nikita Popov2020-05-131-0/+12
* | | Use standard key behavior in array_column()Nikita Popov2020-05-112-12/+21
* | | Use ZPP check for string|int|null arguments in array_column()George Peter Banyard2020-05-022-13/+110
* | | Enclose contents of CLEAN sections in PHP tagsChristoph M. Becker2020-04-291-4/+0
* | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-2721-21/+21
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-209-34/+34
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-142-7/+7
* | | Improve some ValueError messagesMáté Kocsis2020-04-062-6/+6
* | | Display nullability in type error messages for internal functionsMáté Kocsis2020-03-311-2/+2
* | | Improve undefined variable error messagesMáté Kocsis2020-03-318-68/+68
* | | Improve argument error messages in ext/standardMáté Kocsis2020-03-1845-1352/+1352
* | | Change argument error message formatMáté Kocsis2020-02-2624-67/+67
* | | Use serialize_precision for var_dump()Nikita Popov2020-02-2516-92/+90
* | | Make type error messages more consistentMáté Kocsis2020-02-1724-81/+81
* | | var_dump(): Don't skip recursion detection on first levelNikita Popov2020-02-122-54/+5
* | | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-072-2/+8
* | | Reindent phpt filesNikita Popov2020-02-03182-1157/+1157
* | | Add ValueError for invalid mode in count()George Peter Banyard2020-01-232-20/+45
* | | Fix #78880 Another roundMáté Kocsis2020-01-192-2/+2
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-163-3/+3
* | | Fix #78880: Yet another batch of spelling errorsMáté Kocsis2020-01-162-4/+4
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-1612-8/+8
* | | Fix testChristoph M. Becker2020-01-091-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-092-21/+329
|\ \ \ | |/ /
| * | Fix useless testsChristoph M. Becker2020-01-092-21/+329
* | | Fix #78880: Spelling error reportChristoph M. Becker2019-12-2178-228/+228
* | | Capitalize first character of error message.George Peter Banyard2019-12-051-11/+11
* | | Convert Errors to ValueErrorsGeorge Peter Banyard2019-12-0525-99/+51
* | | Clean DONE tags from testsFabien Villepinte2019-11-07137-278/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-11-071-3/+3
|\ \ \ | |/ /