]> granicus.if.org Git - php/commit
New math tests. Tested on Windows, Linux and Linux 64 bit
authorandy wharmby <wharmby@php.net>
Mon, 12 Jan 2009 14:30:52 +0000 (14:30 +0000)
committerandy wharmby <wharmby@php.net>
Mon, 12 Jan 2009 14:30:52 +0000 (14:30 +0000)
commitf4af0b3f396a832976542266ebe6dc734a04d4aa
tree03779ace1e19b4cff08f96da96f4a4753c3916e7
parentb4fa66e858163a380d94ad93178add9598f695b3
New math tests. Tested on Windows, Linux and Linux 64 bit
19 files changed:
ext/standard/tests/math/expm1_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/expm1_error.phpt [new file with mode: 0644]
ext/standard/tests/math/expm1_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_error.phpt [new file with mode: 0644]
ext/standard/tests/math/floor_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/fmod_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_basic_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_error.phpt
ext/standard/tests/math/hexdec_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/hexdec_variation1_64bit.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_error.phpt
ext/standard/tests/math/hypot_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/hypot_variation2.phpt [new file with mode: 0644]
ext/standard/tests/math/is_finite_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/is_infinite_variation1.phpt [new file with mode: 0644]
ext/standard/tests/math/is_nan_variation1.phpt [new file with mode: 0644]