Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Division by 0 warnings to Error per the Engine Warning RFC | George Peter Banyard | 2020-09-14 | 2 | -31/+37 |
* | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 2 | -0/+2 |
* | Implement 'Saner Numeric Strings' RFC: | George Peter Banyard | 2020-07-29 | 9 | -737/+749 |
* | Permit trailing whitespace in numeric strings | Andrea Faulds | 2020-07-29 | 5 | -14/+14 |
* | Improved number to string comparison semantics | Nikita Popov | 2020-07-22 | 7 | -40/+40 |
* | Use serialize_precision for var_dump() | Nikita Popov | 2020-02-25 | 14 | -544/+544 |
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 25 | -62/+62 |
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 60 | -120/+0 |
* | Remove bareword fallback for constants | Nikita Popov | 2019-01-31 | 1 | -56/+56 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 4 | -4/+1 |
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 57 | -170/+170 |
* | Make more tests run on 64bit plataforms | Gabriel Caruso | 2018-07-30 | 3 | -12/+0 |
* | Fixed incorrect recursion detection | Dmitry Stogov | 2017-10-06 | 1 | -0/+10 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
| |\ | |||||
| | * | Fix compile-time optimization of NAN comparisons | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Fixed memory leak (Bob) | Dmitry Stogov | 2016-11-22 | 1 | -0/+20 |
* | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 48 | -3161/+3161 |
|/ / | |||||
* | | Warn about invalid strings in arithmetic | Andrea Faulds | 2016-03-30 | 4 | -35/+51 |
|/ | |||||
* | Fixed test (shift operators throw Error) | Dmitry Stogov | 2015-07-06 | 1 | -1/+1 |
* | Catch the specifical exception | Xinchen Hui | 2015-07-03 | 6 | -9/+9 |
* | Introduce ArithmeticError | Bob Weinand | 2015-07-02 | 4 | -399/+399 |
* | Use DivisionByZeroError instead of exception for %/intdiv() | Bob Weinand | 2015-07-02 | 2 | -410/+410 |
* | Revert "Fixed last previously broken tests" | Dmitry Stogov | 2015-06-29 | 4 | -1089/+1373 |
* | Fixed last previously broken tests | Bob Weinand | 2015-06-29 | 4 | -1373/+1089 |
* | 0.0 / 0.0 = NaN | Dmitry Stogov | 2015-04-06 | 1 | -9/+9 |
* | Fixed weird operators behavior. Division by zero now emits warning and return... | Dmitry Stogov | 2015-04-06 | 9 | -404/+444 |
* | Blast off to space. | Andrea Faulds | 2015-01-29 | 1 | -0/+94 |
* | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 35 | -35/+35 |
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | Merge branch 'coalesce_operator' | Andrea Faulds | 2014-09-28 | 1 | -0/+79 |
|\ | |||||
| * | Extended coalesce operator test case for ordering/short-circuiting | Andrea Faulds | 2014-09-23 | 1 | -1/+12 |
| * | Ensure not evaluated twice | Andrea Faulds | 2014-09-16 | 1 | -1/+11 |
| * | Added test | Andrea Faulds | 2014-09-16 | 1 | -0/+58 |
* | | Merge branch 'master' into integer_semantics | Andrea Faulds | 2014-09-16 | 1 | -21/+40 |
|\ \ | |/ | |||||
| * | Fix string increment | Nikita Popov | 2014-09-05 | 1 | -21/+40 |
* | | Updated 32-bit << test | Andrea Faulds | 2014-08-19 | 1 | -1/+0 |
* | | Updated << 64-bit tests | Andrea Faulds | 2014-08-19 | 2 | -161/+161 |
* | | Updated >> 64-bit tests | Andrea Faulds | 2014-08-19 | 2 | -46/+42 |
* | | Fixed 32-bit test | Andrea Faulds | 2014-08-19 | 1 | -199/+198 |
* | | Fixed 64-bit tests | Andrea Faulds | 2014-08-19 | 4 | -585/+583 |
|/ | |||||
* | Skip those test which fails on ARM architecture | Remi Collet | 2014-01-20 | 4 | -1/+41 |
* | dos2unix | Remi Collet | 2014-01-20 | 2 | -446/+446 |
* | New test for bitwise operators. Tested on Linux 64 bit | andy wharmby | 2009-06-15 | 7 | -0/+3556 |
* | New tests for operators. These tests were auto generated to verify correctnes... | Robert Nicholson | 2009-06-08 | 50 | -0/+9030 |