summaryrefslogtreecommitdiff
path: root/tests/lang/operators
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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-2048-3161/+3161
|/ /
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-304-35/+51
|/
* 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
* 0.0 / 0.0 = NaNDmitry Stogov2015-04-061-9/+9
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-069-404/+444
* Blast off to space.Andrea Faulds2015-01-291-0/+94
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2135-35/+35
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* Merge branch 'coalesce_operator'Andrea Faulds2014-09-281-0/+79
|\
| * Extended coalesce operator test case for ordering/short-circuitingAndrea Faulds2014-09-231-1/+12
| * Ensure not evaluated twiceAndrea Faulds2014-09-161-1/+11
| * Added testAndrea Faulds2014-09-161-0/+58
* | Merge branch 'master' into integer_semanticsAndrea Faulds2014-09-161-21/+40
|\ \ | |/
| * Fix string incrementNikita Popov2014-09-051-21/+40
* | Updated 32-bit << testAndrea Faulds2014-08-191-1/+0
* | Updated << 64-bit testsAndrea Faulds2014-08-192-161/+161
* | Updated >> 64-bit testsAndrea Faulds2014-08-192-46/+42
* | Fixed 32-bit testAndrea Faulds2014-08-191-199/+198
* | Fixed 64-bit testsAndrea Faulds2014-08-194-585/+583
|/
* Skip those test which fails on ARM architectureRemi Collet2014-01-204-1/+41
* dos2unixRemi Collet2014-01-202-446/+446
* New test for bitwise operators. Tested on Linux 64 bitandy wharmby2009-06-157-0/+3556
* New tests for operators. These tests were auto generated to verify correctnes...Robert Nicholson2009-06-0850-0/+9030