summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #78929: plus signs in cookie values are converted to spacesKachalin Alexey2019-12-121-0/+16
* Fix timeout testsNikita Popov2019-12-0512-202/+52
* Improve the error message in timeout testsFabien Villepinte2019-10-208-1/+29
* Return error_zval form get_property_ptr_ptr on exceptionNikita Popov2019-10-101-5/+1
* Explicitly check for exceptions in by-ref obj prop assignNikita Popov2019-10-101-5/+8
* Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* Allow throwing exception while loading parent classNikita Popov2019-09-123-3/+15
* Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-232-4/+4
* Deprecate alternative array access syntaxrjhdby2019-07-193-8/+34
* Swap implode() argument order in some testsNikita Popov2019-07-121-7/+7
* Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-111-1/+3
* Throw notice on array access on illegal typeNikita Popov2019-07-102-2/+5
* Make busy wait busierNikita Popov2019-07-081-5/+5
* Register class before fetching parentNikita Popov2019-06-112-11/+2
* Allow exceptions in __toString()Nikita Popov2019-06-053-28/+46
* Make more tests run on WindowsGabriel Caruso2019-05-271-6/+0
* Remove some uses of deprecated internal_encoding settings in testsNikita Popov2019-04-171-2/+2
* Fix lineno for more inheritance errorsNikita Popov2019-03-2712-12/+12
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1541-44/+44
* Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* Fix tests bareword fallback with error suppressionNikita Popov2019-02-251-56/+56
* Implement fine-grained conflict handlingNikita Popov2019-02-204-0/+3
* Remove some zpp failure testsNikita Popov2019-02-1910-250/+0
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-182-0/+0
* Fixed bug #75921David Walker2019-02-143-1/+63
* Fix testNikita Popov2019-02-121-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-123-10/+14
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-123-10/+14
| |\
| | * Fixed bug #75546DanielCiochiu2019-02-123-10/+14
| * | Fix tests bareword fallback with error suppressionGuilliam Xavier2019-02-111-56/+56
* | | Remove zpp variation testsNikita Popov2019-02-051-194/+0
* | | Revert "Don't silence fatal errors with @"Nikita Popov2019-01-311-1/+1
* | | Don't silence fatal errors with @Nikita Popov2019-01-311-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-181-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-181-0/+34
| |\ \ | | |/
| | * Fix seeking in php://inputLauri Kenttä2019-01-181-0/+34
* | | Implement typed propertiesNikita Popov2019-01-111-1/+1
* | | Remove some mentions of RECOVERABLE_ERROR in testsNikita Popov2018-11-151-5/+0
* | | Merge branch 'PHP-7.3'Rasmus Lerdorf2018-10-311-0/+4
|\ \ \ | |/ /
| * | This test needs to log to stdoutRasmus Lerdorf2018-10-311-0/+4
* | | Merge branch 'PHP-7.3'Peter Kokot2018-10-181-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-181-1/+5
| |\ \ | | |/
| | * Fix tests/output/bug74815.phpt generating errors.logPeter Kokot2018-10-181-1/+5
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15178-201/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14376-906/+906
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+0
| | * Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-132-69/+69
| | |\
| | | * Fix failing tests/lang due to whitespacePeter Kokot2018-10-132-69/+69
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-138-28/+28
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-1375-6553/+6553