]> granicus.if.org Git - php/commit
Tests for assorted Maths functions
authorZoe Slattery <zoe@php.net>
Wed, 6 Feb 2008 08:39:23 +0000 (08:39 +0000)
committerZoe Slattery <zoe@php.net>
Wed, 6 Feb 2008 08:39:23 +0000 (08:39 +0000)
commit4da92843b9adc6a8bd9ec63fa4602a6fc818b8dc
treec3388fef77c4ec2629d9f0638e36e8eb49604499
parentb50f869aac4d37dc9f754151b4ab0272f8a4b9cb
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]