| Commit message (Expand) | Author | Age | Files | Lines |
| * | drop precision since trigonometric functions are non-portable | Stanislav Malyshev | 2014-01-26 | 1 | -17/+20 |
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 3 | -0/+0 |
| |\ |
|
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 3 | -0/+0 |
| | * | Fixed two failing tests that were caused by arbitrarily chosen | Martin Jansen | 2011-05-14 | 2 | -3/+3 |
| | * | Additional fix for bug #52550 & fix test & warning from previous fixes | Ilia Alshanetsky | 2010-08-08 | 1 | -3/+3 |
| * | | Fix bug #62112: number_format() is not binary safe | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -0/+0 |
| * | | test fixes on Darwin | Stanislav Malyshev | 2011-08-31 | 1 | -0/+2 |
| * | | MFB: Fixed two failing tests that were caused by arbitrarily chosen | Martin Jansen | 2011-05-14 | 2 | -3/+3 |
| * | | Implement FR #53457 (number_format must support more than one character for | Adam Harvey | 2010-12-03 | 1 | -0/+77 |
| * | | Additional fix for bug #52550 & fix test & warning from previous fixes | Ilia Alshanetsky | 2010-08-08 | 1 | -3/+3 |
| |/ |
|
| * | Oops, didn't mean to remove the -0 here | Rasmus Lerdorf | 2009-08-10 | 1 | -1/+1 |
| * | Skip this test on osx because ceil(-0.5) doesn't return -0 like | Rasmus Lerdorf | 2009-08-09 | 1 | -2/+6 |
| * | Fix typo in test | andy wharmby | 2009-06-16 | 2 | -56/+20 |
| * | New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests autho... | andy wharmby | 2009-06-11 | 37 | -0/+3409 |
| * | MFH: Fixed tests again after double->long conversion change (to match 5.2) | Matt Wilmas | 2009-06-05 | 3 | -3/+3 |
| * | MFH: Updated tests after double->long conversion change (basically to match 5.2) | Matt Wilmas | 2009-06-04 | 6 | -9/+9 |
| * | New math tests. Tested on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-12 | 27 | -30/+3846 |
| * | New math tests. Tested on Windows, Linux and Linux 64 bit | andy wharmby | 2009-01-12 | 19 | -2/+2784 |
| * | New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-01-08 | 26 | -10/+3133 |
| * | - MFH: Implemented http://wiki.php.net/rfc/rounding | Christian Seiler | 2008-12-02 | 3 | -0/+78 |
| * | MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*) | Antony Dovgal | 2008-08-07 | 1 | -3/+3 |
| * | MFH:- Add test for bug #45712 | Jani Taskinen | 2008-08-05 | 1 | -0/+73 |
| * | MFH: Fix test (bug #44985) | Jani Taskinen | 2008-07-23 | 2 | -0/+4 |
| * | Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), lo... | Kalle Sommer Nielsen | 2008-05-05 | 9 | -45/+0 |
| * | Fix tests (new error message for void parameters) | Felipe Pena | 2008-03-10 | 2 | -2/+2 |
| * | Fix test (new parameter parsing) | Felipe Pena | 2008-02-21 | 41 | -101/+148 |
| * | Fixing 44092 | Zoe Slattery | 2008-02-12 | 1 | -2/+2 |
| * | Fixing 32 bit specific | Zoe Slattery | 2008-02-06 | 2 | -0/+8 |
| * | Tests for assorted Maths functions | Zoe Slattery | 2008-02-06 | 48 | -0/+1791 |
| * | fix test, add 64bit version | Antony Dovgal | 2008-02-01 | 2 | -1/+58 |
| * | A few new tests for math functions - Note the "constants" test will fail on W... | Zoe Slattery | 2008-02-01 | 9 | -0/+715 |
| * | Removing superfluous --INI-- section | Zoe Slattery | 2008-01-30 | 12 | -12/+0 |
| * | Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acos... | Zoe Slattery | 2007-09-04 | 37 | -0/+1752 |
| * | fix tests | Antony Dovgal | 2007-05-07 | 1 | -0/+2 |
| * | fix tests | Antony Dovgal | 2007-04-26 | 2 | -0/+4 |
| * | Fix test (bug#39097) | Hannes Magnusson | 2006-10-15 | 1 | -19/+19 |
| * | MFH: | Hannes Magnusson | 2006-08-27 | 1 | -0/+46 |
| * | MFH: use set_time_limit(), this test takes forever on AIX | Antony Dovgal | 2006-03-22 | 1 | -0/+1 |
| * | Skip test on solaris | foobar | 2005-08-05 | 1 | -0/+5 |
| * | move math_standard_deviation and math_variance to the stats PECL extension | Andrey Hristov | 2005-05-13 | 1 | -24/+0 |
| * | fix the test too | Andrey Hristov | 2005-05-10 | 1 | -5/+5 |
| * | add possibility to calculate the standard deviation and the variance | Andrey Hristov | 2005-05-02 | 1 | -1/+6 |
| * | add also math_variance() which uses the same calculation as math_std_dev() | Andrey Hristov | 2005-05-02 | 1 | -2/+7 |
| * | fix division by zero. throw an warning if the array is empty. | Andrey Hristov | 2005-05-02 | 1 | -2/+6 |
| * | add math_std_dev() | Andrey Hristov | 2005-05-02 | 1 | -0/+10 |
| * | update test to include negative floats as strings too | foobar | 2005-01-10 | 1 | -0/+3 |
| * | Fix test so it doesn't hang make test on HP-UX. | Magnus M��tt� | 2004-12-21 | 1 | -0/+1 |
| * | MFB: test fix. | Ilia Alshanetsky | 2004-12-14 | 1 | -1/+1 |
| * | - Added testcase for bug #30695 | Derick Rethans | 2004-11-29 | 1 | -0/+54 |
| * | Test for bug #30069 | foobar | 2004-09-15 | 1 | -0/+9 |