summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-0/+18
|\
| * Partial fix for bug #77751Nikita Popov2019-03-181-0/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-031-0/+9
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-031-0/+9
| |\
| | * Fix #77431 SplFileInfo::__construct() accepts NUL bytesChristoph M. Becker2019-03-031-0/+9
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15136-151/+50
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14159-400/+400
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
| | * Convert CRLF line endings to LFPeter Kokot2018-10-1317-389/+389
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-111-0/+36
|\ \ \ | |/ /
| * | Fix bug #51068 (glob:// do not support current path relative)Ahmed Abdou2019-02-111-0/+36
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15136-151/+50
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14159-400/+400
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
| * | Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* | | Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator)Dmitry Stogov2019-01-141-0/+40
* | | Fix #77360: class_uses causes segfaultLauri Kenttä2018-12-271-0/+19
* | | Fix #77359: spl_autoload causes segfaultLauri Kenttä2018-12-271-0/+14
* | | Fix #77298: segfault occurs when add property to unserialized empty ArrayObjectCHU Zhaowei2018-12-211-0/+28
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15135-149/+50
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-14158-399/+399
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
* | | Convert CRLF line endings to LFPeter Kokot2018-10-132-81/+81
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-221-0/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-0/+25
| |\ \ | | |/
| | * Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-221-0/+25
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-181-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-181-0/+18
| |\ \ | | |/
| | * Add regression test for bug #68175Christoph M. Becker2018-08-181-0/+18
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | | Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+4
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-05-231-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-05-231-0/+16
| |\ \ | | |/
| | * Fixed bug #76367 (NoRewindIterator segfault 11)Xinchen Hui2018-05-231-0/+16
* | | Remove duplicated testsGabriel Caruso2018-02-224-134/+0
* | | remove support for string|unicode in testsGabriel Caruso2018-02-227-13/+13
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20170-169/+169
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-193-3/+12
* | | Test more functionalities of SPLGabriel Caruso2018-02-196-0/+72
* | | Merge branch 'PHP-7.2'Joe2018-02-081-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-0/+23
| |\ \ | | |/
| | * fix #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-081-0/+23
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0410-22/+22
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0424-26/+26
* | | Remove superfluous SKIPIF sections in SPL testsGabriel Caruso2018-02-035-18/+2
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* | | Fix #75765 Exception on extend of undefined classtimurib2018-01-121-1/+12
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-221-0/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-221-0/+28
| |\ \ | | |/
| | * Fixed bug #73209Nikita Popov2017-12-221-0/+28