summaryrefslogtreecommitdiff
path: root/tests/lang
Commit message (Expand)AuthorAgeFilesLines
* Backport test fixNikita Popov2019-07-021-56/+56
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1551-59/+0
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14163-434/+434
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+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-134-20/+20
| * Convert CRLF line endings to LFPeter Kokot2018-10-1372-6419/+6419
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-20/+20
* | 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
* Revert "Fixed last previously broken tests"Dmitry Stogov2015-06-294-1089/+1373
* Fixed last previously broken testsBob Weinand2015-06-294-1373/+1089
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-144-4/+4
|\
| * Fix typo in Unicode escape testAndrea Faulds2015-06-061-1/+1
| * Show argument causing TypeException in traceNikita Popov2015-05-203-3/+3
* | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-178-8/+8
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-179-9/+22
|\ \ | |/
| * Display TypeExceptions like normal exceptionsNikita Popov2015-05-173-3/+16
| * Tweak uncaught exception message displayNikita Popov2015-05-176-6/+6
* | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-166-6/+6
|/
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-155-5/+20