php-src/ext/standard/tests/math
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
..
abs_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
abs.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
acos_basic.phpt
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
acos_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
allowed_rounding_error.inc
asin_basic.phpt
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
asin_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan2_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
atan2_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan2_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan_basic.phpt
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
atan_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
base_convert_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
base_convert_error.phpt Use %d when expecting line number in tests 2018-02-02 22:35:13 +01: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 Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
base_convert_variation3.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
bindec_basic_64bit.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bindec_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02: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 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
bug24142.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
bug25665.phpt
bug25694.phpt
bug27646.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28228.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30069.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30695.phpt
bug45712.phpt Remove XFAIL from a test 2014-02-16 00:07:55 +01:00
bug62112.phpt Fix bug #62112: number_format() is not binary safe 2012-05-23 11:37:27 +02:00
bug74039.phpt Fix detection of isnan and isinf 2017-02-08 00:53:18 +01:00
bug75170.phpt Fixed bug #75170 2017-09-07 20:04:38 +02:00
bug75514.phpt Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit 2017-11-13 10:21:46 +01:00
ceil_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
constants_basic.phpt
constants.phpt
cos_basic.phpt
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
cos_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
cosh_basic.phpt
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
cosh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
decbin_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
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
deg2rad_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
exp_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
exp_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
expm1_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
floor_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
floorceil.phpt
fmod_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
fmod_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
fmod_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
getrandmax_basic.phpt
getrandmax_error.phpt
hexdec_basic_64bit.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
hexdec_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02: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
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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
hypot_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
intdiv_64bit.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
intdiv.phpt Use DivisionByZeroError instead of exception for %/intdiv() 2015-07-02 02:20:58 +02:00
is_finite_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
is_finite_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
is_infinite_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
is_infinite_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
is_nan_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
is_nan_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
lcg_value_basic.phpt Narrow typeinfos down for zend_parse_paramenters_none 2017-09-12 11:25:21 +08:00
log1p_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log10_basic.phpt
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
log10_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
log_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mt_getrandmax_basic.phpt
mt_getrandmax_error.phpt
mt_rand_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
mt_rand_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
mt_rand_value.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
mt_rand_variation1.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
mt_rand_variation2.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
mt_srand_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
mt_srand_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
mt_srand_variation1.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
number_format_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
number_format_multichar.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
number_format_negative_zero.phpt Ensure number_format() doesn't include sign for zero 2017-05-09 10:17:19 +01:00
octdec_basic_64bit.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
octdec_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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 Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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
pow_variation1_64bit.phpt Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
pow_variation1.phpt Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
pow_variation2.phpt Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
pow-operator.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pow.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
rad2deg_basic.phpt
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
rad2deg_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
rand_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
rand_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
rand_inverted_order.phpt Fix some misspellings 2018-02-06 16:59:00 +01:00
rand_variation1.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
rand_variation2.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
round_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01: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_bug71201.phpt Added test for bug #71201 2015-12-23 18:26:56 +01: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 Add _IS_NUMBER as cast_object() target type 2017-12-26 12:39:06 +01:00
round_variation2.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
round.phpt Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sin_basic.phpt
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
sin_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
sinh_basic.phpt
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
sinh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
sqrt_basic.phpt
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
sqrt_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
srand_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
srand_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
srand_variation1.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
tan_basic.phpt
tan_basiclong_64bit.phpt drop precision since trigonometric functions are non-portable 2014-01-26 15:14:16 -08:00
tan_error.phpt
tan_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
tanh_basic.phpt
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
tanh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00