summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-07-0815-12/+416
|\
| * Deprecate passing invalid character to base_convert etcScott Dutton2019-07-0815-14/+438
* | Fix two 32-bit tests for zpp changesNikita Popov2019-06-122-10/+14
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-3/+7
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-3/+6
* | Expect string argument in hexdec, octdec, bindecNikita Popov2019-06-033-18/+24
* | Add Z_PARAM_NUMBER and use it for some functionsNikita Popov2019-06-033-36/+42
* | Merge branch 'PHP-7.4'Peter Kokot2019-03-1519-19/+19
|\ \ | |/
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1519-19/+19
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-1119-108/+2
|/
* More zpp error/variation test removalsNikita Popov2019-03-082-58/+0
* More zpp error/variation test removalsNikita Popov2019-03-0740-1028/+0
* Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* Remove zpp variation testsNikita Popov2019-02-0523-4323/+0
* Remove local variablesPeter Kokot2019-02-032-2/+2
* Make more tests run os MacOSGabriel Caruso2019-01-221-4/+0
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1564-82/+39
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1490-131/+131
* Trim trailing whitespace in testsGabriel Caruso2018-10-14170-472/+472
* 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
|/