summaryrefslogtreecommitdiff
path: root/ext/standard/tests/dir
Commit message (Expand)AuthorAgeFilesLines
* Avoid file clash in root_check skipifsFabien Villepinte2019-10-087-63/+7
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-191-0/+16
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-191-0/+16
| |\
| | * Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-0/+16
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1493-171/+171
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+2
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1492-169/+169
* | | Prevent race conditionChristoph M. Becker2019-05-111-2/+2
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1556-141/+141
* | | More zpp error/variation test removalsNikita Popov2019-03-0727-4031/+0
* | | Use separate directories for win32 dir testsNikita Popov2019-03-045-27/+32
* | | Fix some directory collisions in dir testsNikita Popov2019-02-253-12/+18
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+2
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1483-102/+102
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1440-67/+67
|/ /
* | Remove duplicated testsGabriel Caruso2018-02-221-75/+0
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2016-16/+16
* | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-049-36/+36
* | Use int instead of integer in type errorsGabriel Caruso2018-02-0411-52/+52
|/
* Merge branch 'PHP-7.1'Anatol Belski2017-01-241-2/+2
|\
| * dirname() should not normalize pathsAnatol Belski2017-01-241-2/+2
* | preliminary fix for bug #73971, more refactoring is neededAnatol Belski2017-01-221-0/+54
|/
* Fixed bug #73877 readlink() returns garbage for UTF-8 pathsAnatol Belski2017-01-071-0/+50
* Add skipifs to some mb path testsAnatol Belski2016-09-0232-0/+192
* Fixed bug #72625 realpath() fails on non canonical long pathAnatol Belski2016-07-231-0/+53
* fix testAnatol Belski2016-06-221-0/+2
* Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-2034-0/+3356
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-122-17/+17
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-122-17/+17
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-122-17/+17
| | |\
| | | * Update testsStanislav Malyshev2015-05-113-23/+23
| | | * Fixed bug #62138 ext\standard\tests\dir\dir_variation8-win32.phpt failsAnatoliy Belsky2012-05-241-4/+4
| | | * - make it windows version independent, error msg differs, bad but wellPierre Joye2012-01-101-4/+4
| | | * Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-212-2/+2
| | | * - add -win32 versions and skipifPierre Joye2011-09-1622-0/+1321
| | | * - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-092-4/+4
| | | * - Test fixesFelipe Pena2011-06-062-4/+4
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-217-38/+38
* | | | Skip buncha tests on 32-bitAndrea Faulds2014-11-291-0/+2
* | | | All tests passed in ext/standard/tests/dir nowXinchen Hui2014-03-093-4/+4
|/ / /
* | | fix test concurrencyMichael Wallner2013-09-182-41/+41
|/ /
* | - make it windows version independent, error msg differs, bad but wellPierre Joye2012-01-101-0/+75
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-212-2/+2
* | - add -win32 versions and skipifPierre Joye2011-09-1611-0/+66
* | - Missing fixes for grammar fix 's/valid path/a valid path/'Felipe Pena2011-06-092-4/+4
* | - Test fixesFelipe Pena2011-06-062-4/+4
|/
* Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-263-2/+81
* Fix test; remove spurious codeandy wharmby2009-06-181-8/+0
* fixing incorrect --CLEAN-- sectionsZoe Slattery2009-04-161-9/+0