summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1565-85/+40
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14176-602/+602
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bitRemi Collet2017-11-131-0/+12
* 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
* add T_POW (**) operatordatibbaw2014-02-063-3/+25
* drop precision since trigonometric functions are non-portableStanislav Malyshev2014-01-261-17/+20
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\
| * Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| * Fixed two failing tests that were caused by arbitrarily chosenMartin Jansen2011-05-142-3/+3
| * Additional fix for bug #52550 & fix test & warning from previous fixesIlia Alshanetsky2010-08-081-3/+3
* | Fix bug #62112: number_format() is not binary safeGustavo André dos Santos Lopes2012-05-231-0/+0
* | test fixes on DarwinStanislav Malyshev2011-08-311-0/+2
* | MFB: Fixed two failing tests that were caused by arbitrarily chosenMartin Jansen2011-05-142-3/+3
* | Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-031-0/+77
* | Additional fix for bug #52550 & fix test & warning from previous fixesIlia Alshanetsky2010-08-081-3/+3
|/
* Oops, didn't mean to remove the -0 hereRasmus Lerdorf2009-08-101-1/+1
* Skip this test on osx because ceil(-0.5) doesn't return -0 likeRasmus Lerdorf2009-08-091-2/+6
* Fix typo in testandy wharmby2009-06-162-56/+20
* New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests autho...andy wharmby2009-06-1137-0/+3409