Tests for assorted Maths functions
authorZoe Slattery <zoe@php.net>
Wed, 6 Feb 2008 08:44:24 +0000 (08:44 +0000)
committerZoe Slattery <zoe@php.net>
Wed, 6 Feb 2008 08:44:24 +0000 (08:44 +0000)
commita111cabedc410cf9e420b3f9f5a97b5c95c381b3
tree5894ab41d408bf2920bc03c187df71ee28aea4b5
parentf23526528e1de4066ef434c02f42df90a260424f
Tests for assorted Maths functions
48 files changed:
ext/standard/tests/math/dechex_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/dechex_error.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/decoct_error.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_error.phpt [new file with mode: 0644]
ext/standard/tests/math/deg2rad_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/exp_error.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_error.phpt [new file with mode: 0644]
ext/standard/tests/math/getrandmax_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/getrandmax_error.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_error.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_error.phpt [new file with mode: 0644]
ext/standard/tests/math/is_finite_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_finite_error.phpt [new file with mode: 0644]
ext/standard/tests/math/is_infinite_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_infinite_error.phpt [new file with mode: 0644]
ext/standard/tests/math/is_nan_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/is_nan_error.phpt [new file with mode: 0644]
ext/standard/tests/math/lcg_value_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_error.phpt [new file with mode: 0644]
ext/standard/tests/math/log10_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/log_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/log_error.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_getrandmax_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_getrandmax_error.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_rand_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_rand_error.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_srand_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/mt_srand_error.phpt [new file with mode: 0644]
ext/standard/tests/math/number_format_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/octdec_error.phpt [new file with mode: 0644]
ext/standard/tests/math/pi_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/pow_error.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_error.phpt [new file with mode: 0644]
ext/standard/tests/math/rad2deg_variation.phpt [new file with mode: 0644]
ext/standard/tests/math/rand_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/rand_error.phpt [new file with mode: 0644]
ext/standard/tests/math/sqrt_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/sqrt_error.phpt [new file with mode: 0644]
ext/standard/tests/math/srand_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/srand_error.phpt [new file with mode: 0644]