php-src/ext/standard/tests/math
Gustavo André dos Santos Lopes 3e62aae1b4 Fix bug #62112: number_format() is not binary safe
The bug report actually urges PHP 5.3's behavior to be
reinstated -- that is, make "\0", when used as a separator,
be the same as no separator at all. I believe that is not a
proper course of action and that "\0" being interpreted as
no seperator was a bug in PHP 5.3.

Using "" for no separator, in both 5.3 and 5.4, before and
after this change, causes no separator to be used, so
there is no functionality loss.
2012-05-23 11:37:27 +02:00
..
abs_basic.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
abs_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs_variation.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs.phpt
acos_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
acos_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
acos_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
acos_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
acosh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
acosh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
acosh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
acosh_variation.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
allowed_rounding_error.inc Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
asin_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
asin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
asin_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
asin_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
asinh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
asinh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
asinh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
asinh_variation.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
atan2_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
atan2_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atan2_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
atan2_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
atan2_variation2.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
atan_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
atan_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atan_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
atan_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
atanh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
atanh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atanh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
atanh_variation.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
base_convert_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
base_convert_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
base_convert_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
base_convert_variation2.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
base_convert_variation3.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bindec_basic_64bit.phpt MFH: Fix test (bug #44985) 2008-07-23 14:15:19 +00:00
bindec_basic.phpt MFH: Fix test (bug #44985) 2008-07-23 14:15:19 +00:00
bindec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
bindec_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bindec_variation1_64bit.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bindec_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bug21523.phpt MFH: use set_time_limit(), this test takes forever on AIX 2006-03-22 19:27:47 +00:00
bug24142.phpt
bug25665.phpt Skip test on solaris 2005-08-05 09:19:43 +00:00
bug25694.phpt fix tests 2007-05-07 22:30:16 +00:00
bug27646.phpt Fix test so it doesn't hang make test on HP-UX. 2004-12-21 04:34:22 +00:00
bug28228.phpt MFB: test fix. 2004-12-14 17:43:53 +00:00
bug30069.phpt update test to include negative floats as strings too 2005-01-10 16:00:08 +00:00
bug30695.phpt
bug45712.phpt test fixes on Darwin 2011-08-31 07:10:17 +00:00
bug62112.phpt Fix bug #62112: number_format() is not binary safe 2012-05-23 11:37:27 +02:00
ceil_basic.phpt Oops, didn't mean to remove the -0 here 2009-08-10 23:18:07 +00:00
ceil_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
ceil_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
ceil_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
constants_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
constants.phpt fix tests 2007-04-26 23:30:00 +00:00
cos_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
cos_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
cos_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
cos_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
cosh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
cosh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
cosh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
cosh_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
decbin_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
decbin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
decbin_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
decbin_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
decbin_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
dechex_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
dechex_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
dechex_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
dechex_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
dechex_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
decoct_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
decoct_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
decoct_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
decoct_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
decoct_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
deg2rad_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
deg2rad_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
deg2rad_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
deg2rad_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
exp_basic.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
exp_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
exp_error.phpt Fixing 44092 2008-02-12 07:15:40 +00:00
exp_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
expm1_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
expm1_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
expm1_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
expm1_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floor_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floor_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
floor_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floor_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floorceil.phpt
fmod_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
fmod_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
fmod_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
fmod_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
fmod_variation2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
getrandmax_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
getrandmax_error.phpt Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
hexdec_basic_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_basic.phpt Fixing 32 bit specific 2008-02-06 09:36:58 +00:00
hexdec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
hexdec_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_variation1_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec.phpt fix tests 2007-04-26 23:30:00 +00:00
hypot_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hypot_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
hypot_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hypot_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hypot_variation2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
is_finite_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_finite_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_finite_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_finite_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
is_infinite_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_infinite_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_infinite_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_infinite_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
is_nan_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_nan_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_nan_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_nan_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
lcg_value_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log1p_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log1p_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log1p_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log1p_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log10_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log10_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log10_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
log10_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
log_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
log_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log_variation2.phpt Additional fix for bug #52550 & fix test & warning from previous fixes 2010-08-08 15:45:02 +00:00
log.phpt
mt_getrandmax_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_getrandmax_error.phpt Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
mt_rand_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_rand_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_rand_variation1.phpt MFB: Fixed two failing tests that were caused by arbitrarily chosen 2011-05-14 20:38:47 +00:00
mt_rand_variation2.phpt MFB: Fixed two failing tests that were caused by arbitrarily chosen 2011-05-14 20:38:47 +00:00
mt_srand_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_srand_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_srand_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
number_format_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
number_format_multichar.phpt Implement FR #53457 (number_format must support more than one character for 2010-12-03 10:10:08 +00:00
octdec_basic_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
octdec_basic.phpt Fixing 32 bit specific 2008-02-06 09:36:58 +00:00
octdec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
octdec_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
octdec_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pi_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
pow_basic2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pow_basic_64bit.phpt Fix typo in test 2009-06-16 11:37:13 +00:00
pow_basic.phpt Fix typo in test 2009-06-16 11:37:13 +00:00
pow_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
pow_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
pow_variation1_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pow_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pow_variation2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pow.phpt
rad2deg_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
rad2deg_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
rad2deg_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
rad2deg_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
rand_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
rand_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
rand_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
rand_variation2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
round_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_large_exp.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_modes.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_prerounding.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_variation2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round.phpt
sin_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
sin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sin_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sin_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sinh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
sinh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sinh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sinh_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sqrt_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
sqrt_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sqrt_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sqrt_variation.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
srand_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
srand_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
srand_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
tan_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
tan_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
tan_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
tan_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
tanh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
tanh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
tanh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
tanh_variation.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00