summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed error messageDmitry Stogov2021-02-244-12/+12
* Fixed bug #80724Cameron Porter2021-02-233-2/+83
* Merge branch 'PHP-8.0'Nikita Popov2021-02-151-0/+12
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-151-0/+12
| |\
| | * Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-151-0/+12
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1111-26/+22
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-113-6/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-113-6/+25
| |\ \ | | |/
| | * Fixed bug #80719Nikita Popov2021-02-113-6/+21
* | | Fix proptable canonicalization bypass in ArrayObjectNikita Popov2021-01-261-0/+33
* | | Fix INDIRECT elements leaked by SPL __serialize implementationsNikita Popov2021-01-121-0/+0
|/ /
* | Fix #62004: SplFileObject: fgets after seek returns wrong lineChristoph M. Becker2020-11-307-4/+44
* | Use separate directory in dit_004.phptNikita Popov2020-10-261-1/+15
* | Properly validate ArrayObject::asort() argumentNikita Popov2020-10-222-2/+2
* | Add additional initialization checks to SplFileInfoNikita Popov2020-10-191-0/+19
* | Update ext/spl parameter namesNikita Popov2020-10-0727-40/+40
* | Support GC for AppendIteratorNikita Popov2020-10-011-2/+0
* | Fix bug #65387Nikita Popov2020-10-011-0/+54
* | Consistent error handling for fgetcsv/fputcsvNikita Popov2020-09-238-31/+56
* | SplFixedArray is Aggregate, not IterableAlex Dowad2020-09-236-157/+108
* | Throw warning for failed object to int/float conversionNikita Popov2020-09-211-1/+1
* | Run tidyNikita Popov2020-09-181-8/+8
* | Use ValueError instead of exceptions in SPL extensionGeorge Peter Banyard2020-09-1511-83/+61
* | Use normal error in SPL for uninitialized objectsGeorge Peter Banyard2020-09-155-26/+26
* | Use normal error in SPL for 'An iterator cannot be used with foreach by refer...George Peter Banyard2020-09-156-6/+6
* | Update array parameter names for named parametersLarry Garfield2020-09-142-2/+2
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0913-21/+21
* | Make null byte error a ValueErrorNikita Popov2020-09-083-3/+3
* | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-071-1/+1
* | Use ZPP instead of custom type checksMáté Kocsis2020-09-041-3/+3
* | Error promotions in SPLGeorge Peter Banyard2020-09-033-19/+25
* | Refactor parts of SPL Dir/SplFileObjectGeorge Peter Banyard2020-09-031-0/+64
* | Add more precise type info for stubsMáté Kocsis2020-09-0113-22/+22
* | Promote ArrayObject modification during sorting to Error exceptionNikita Popov2020-08-282-6/+14
* | Fixed bug #79987 (Memory leak in SplFileInfo because of missing zend_restore_...Dmitry Stogov2020-08-181-0/+19
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0929-0/+29
* | Promote "undefined array key" notice to warningNikita Popov2020-08-0319-47/+48
* | Convert SPL illegal offset type into TypeErrorNikita Popov2020-08-032-11/+39
* | Improve a few parameter names in ext/splMáté Kocsis2020-08-033-45/+45
* | Improved number to string comparison semanticsNikita Popov2020-07-221-1/+1
* | Only set DIT type on successful initializationNikita Popov2020-07-171-0/+14
* | Convert SPL fatal error to Error exceptionNikita Popov2020-07-171-3/+4
* | Throw correct exception from ArrayObject sort methodsNikita Popov2020-07-174-20/+28
* | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-131-1/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1031-73/+73
* | Don't allow separation in CallbackFilterIteratorNikita Popov2020-07-071-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-021-6/+2
|\ \ | |/
| * Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-021-6/+2
* | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-251-1/+1
* | Make sorting stableNikita Popov2020-06-251-1/+1