summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: Fixed tests again after double->long conversion change (to match 5.2)Matt Wilmas2009-06-053-3/+3
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-046-9/+9
* New math tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-1227-30/+3846
* New math tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-1219-2/+2784
* New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-01-0826-10/+3133
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-023-0/+78
* MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)Antony Dovgal2008-08-071-3/+3
* MFH:- Add test for bug #45712Jani Taskinen2008-08-051-0/+73
* MFH: Fix test (bug #44985)Jani Taskinen2008-07-232-0/+4
* Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), lo...Kalle Sommer Nielsen2008-05-059-45/+0
* Fix tests (new error message for void parameters)Felipe Pena2008-03-102-2/+2
* Fix test (new parameter parsing)Felipe Pena2008-02-2141-101/+148
* Fixing 44092Zoe Slattery2008-02-121-2/+2
* Fixing 32 bit specificZoe Slattery2008-02-062-0/+8
* Tests for assorted Maths functionsZoe Slattery2008-02-0648-0/+1791
* fix test, add 64bit versionAntony Dovgal2008-02-012-1/+58
* A few new tests for math functions - Note the "constants" test will fail on W...Zoe Slattery2008-02-019-0/+715
* Removing superfluous --INI-- sectionZoe Slattery2008-01-3012-12/+0
* Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acos...Zoe Slattery2007-09-0437-0/+1752
* fix testsAntony Dovgal2007-05-071-0/+2
* fix testsAntony Dovgal2007-04-262-0/+4
* Fix test (bug#39097)Hannes Magnusson2006-10-151-19/+19
* MFH:Hannes Magnusson2006-08-271-0/+46
* MFH: use set_time_limit(), this test takes forever on AIXAntony Dovgal2006-03-221-0/+1
* Skip test on solarisfoobar2005-08-051-0/+5
* move math_standard_deviation and math_variance to the stats PECL extensionAndrey Hristov2005-05-131-24/+0
* fix the test tooAndrey Hristov2005-05-101-5/+5
* add possibility to calculate the standard deviation and the varianceAndrey Hristov2005-05-021-1/+6
* add also math_variance() which uses the same calculation as math_std_dev()Andrey Hristov2005-05-021-2/+7
* fix division by zero. throw an warning if the array is empty.Andrey Hristov2005-05-021-2/+6
* add math_std_dev()Andrey Hristov2005-05-021-0/+10
* update test to include negative floats as strings toofoobar2005-01-101-0/+3
* Fix test so it doesn't hang make test on HP-UX.Magnus M��tt�2004-12-211-0/+1
* MFB: test fix.Ilia Alshanetsky2004-12-141-1/+1
* - Added testcase for bug #30695Derick Rethans2004-11-291-0/+54
* Test for bug #30069foobar2004-09-151-0/+9