summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1564-82/+39
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14176-602/+602
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-291-4/+0
* Remove unused Git attributes identPeter Kokot2018-07-257-7/+7
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2032-32/+32
* Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* Use int instead of integer in type errorsGabriel Caruso2018-02-0413-79/+79
* Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-041-1/+1
* Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-267-8/+8
* Merge branch 'PHP-7.2'Remi Collet2017-11-131-0/+12
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-131-0/+12
| |\
| | * Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bitRemi Collet2017-11-131-0/+12
* | | Narrow typeinfos down for zend_parse_paramenters_noneXinchen Hui2017-09-121-11/+13
* | | Merge branch 'PHP-7.2'Nikita Popov2017-09-071-0/+32
|\ \ \ | |/ /
| * | Fixed bug #75170Nikita Popov2017-09-071-0/+32
* | | Add test for rand with inverted min and maxJoão Paulo V Martins2017-09-071-0/+20
|/ /
* | Ensure number_format() doesn't include sign for zeroCraig Duncan2017-05-091-0/+16
|/
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-081-0/+28
|\
| * Fix detection of isnan and isinfChristian Schmidt2017-02-081-0/+28
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-061-28/+0
|\ \ | |/
| * Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-061-28/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-051-0/+28
|\ \ | |/
| * Fix detection of isnan and isinfChristian Schmidt2017-02-051-0/+28
* | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversionsChristoph M. Becker2016-09-034-4/+4
* | RevertRemi Collet2016-09-012-51/+17
* | fix paths in testsRemi Collet2016-08-032-26/+26
* | Fix 32bits testsRemi Collet2016-08-032-26/+60
* | Make mode selection part of mt_srand()Leigh2016-07-073-8/+6
* | Fix mt_rand impl. Provide legacy impl. access.Leigh2016-07-051-0/+35
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-306-3/+33
|/
* Test that mt_rand() consistently produces the wrong resultsAndrea Faulds2016-02-181-0/+44
* Revert "Fix #71152: mt_rand() returns the different values from original mt19...Leigh2016-02-181-53/+0
* Fix #71152: mt_rand() returns the different values from original mt19937ar.ckusano2016-02-171-0/+53
* Added test for bug #71201Anatol Belski2015-12-231-0/+10
* Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-2/+2
* Fix intdiv() testNikita Popov2015-04-181-6/+9
* Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-061-3/+6
* Remove support for hex number from is_numeric_stringNikita Popov2015-01-287-55/+10
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-174-7/+7
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2143-209/+209
* Marked tests as 32-bitAndrea Faulds2014-11-095-0/+10
* Fixed more 32-bit testsAndrea Faulds2014-11-095-3/+13
* Fixed skip case for intdiv 64-bit testAndrea Faulds2014-08-061-0/+2
* Added -1 safety check, fixed testAndrea Faulds2014-07-151-1/+3
* Fixed testcaseAndrea Faulds2014-07-151-2/+2
* Implemented intdiv()Andrea Faulds2014-07-152-0/+36
* Remove XFAIL from a testNikita Popov2014-02-161-3/+1
* Fixed memory leak in pow operatorBob Weinand2014-02-061-2/+2