]> granicus.if.org Git - php/commit
A few new tests for math functions - Note the "constants" test will fail on Windows...
authorZoe Slattery <zoe@php.net>
Fri, 1 Feb 2008 17:21:18 +0000 (17:21 +0000)
committerZoe Slattery <zoe@php.net>
Fri, 1 Feb 2008 17:21:18 +0000 (17:21 +0000)
commit84be2df52a818293d11b224b61fd06ac0155865d
tree5cd052970e97929f24d61c4719a48d91cda78928
parenta7de596df2334e19b92d6eb8818ce9fcf8006f6a
A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143.
ext/standard/tests/math/atan2_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/atan2_error.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/base_convert_error.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/bindec_error.phpt [new file with mode: 0644]
ext/standard/tests/math/constants_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_basic.phpt [new file with mode: 0644]
ext/standard/tests/math/decbin_error.phpt [new file with mode: 0644]