summaryrefslogtreecommitdiff
path: root/tests/lang
Commit message (Expand)AuthorAgeFilesLines
* Make 045.phpt busy waitNikita Popov2020-04-291-7/+1
* Throw notice on array access on illegal typeNikita Popov2019-07-102-2/+5
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-154-5/+5
* Fix tests bareword fallback with error suppressionNikita Popov2019-02-251-56/+56
* Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* Fixed bug #75921David Walker2019-02-143-1/+63
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-62/+1
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1421-31/+31
* Trim trailing whitespace in testsGabriel Caruso2018-10-14154-405/+405
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Make more tests run on 64bit plataformsGabriel Caruso2018-07-303-12/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+1
* Improve HashTable iterators handling:Dmitry Stogov2018-03-222-26/+44
* remove support for string|unicode in testsGabriel Caruso2018-02-221-9/+9
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2024-24/+24
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-106-89/+89
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-2/+2
* Remove some references to E_STRICT in testsNikita Popov2018-02-036-10/+0
* Fixed incorrect recursion detectionDmitry Stogov2017-10-061-0/+10
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-07-221-0/+29
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-07-221-0/+29
| |\
| | * Fix compile-time optimization of NAN comparisonsSara Golemon2017-07-221-0/+29
* | | Deprecate each()Nikita Popov2017-02-032-2/+6
* | | Deprecate assert() with string argumentNikita Popov2017-02-031-1/+2
* | | Deprecate create_function()Nikita Popov2017-02-033-3/+7
* | | Remove zend_version() checks from testsNikita Popov2017-01-307-14/+0
* | | add PHP_OS_FAMILY constant to determine on which os we areStricted2017-01-251-1/+1
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-8/+8
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-221-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-221-0/+20
| |\ \ | | |/
| | * Fixed memory leak (Bob)Dmitry Stogov2016-11-221-0/+20
* | | Fix CRLF line-endings in testsNikita Popov2016-11-2072-6419/+6419
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-181-0/+18
|\ \ | |/
| * Fixed bug #73329 (Float)"Nano" == NANAnatol Belski2016-10-181-0/+18
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-262-0/+20
|\ \ | |/
| * Fixed bug #73172 parse error: Invalid numeric literalAnatol Belski2016-09-262-0/+20
* | Fix bug #71897Andrea Faulds2016-05-041-0/+16
* | Skip test on ZTS buildDmitry Stogov2016-04-251-0/+1
* | Fixed race conditions in testDmitry Stogov2016-04-251-0/+2
* | Merge branch 'PHP-7.0'Bob Weinand2016-04-161-1/+2
|\ \ | |/
| * Fix non-/Zend tests tooBob Weinand2016-04-161-1/+2
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-305-36/+64
* | strpos()/stripos(): Add support for negative offsetsFrancois Laupretre2016-03-091-2/+3
|/
* Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-2/+2
* Fix bug #66179Andrea Faulds2015-12-181-2/+2
* Fixed test (shift operators throw Error)Dmitry Stogov2015-07-061-1/+1
* Catch the specifical exceptionXinchen Hui2015-07-036-9/+9
* Introduce ArithmeticErrorBob Weinand2015-07-024-399/+399
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-022-410/+410