php-src/ext/bcmath/tests
Saki Takamachi 5359392717
[RFC] Add bcfloor, bcceil and bcround to BCMath (#13096)
Implementation for the "Adding bcround, bcfloor and bcceil to BCMath" RFC: https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath

* Separated round mode into separate header file

Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-04-30 18:32:33 +01:00
..
bcadd_error.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcadd_large_numbers.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcadd_zero.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcadd.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcceil_error.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcceil.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bccomp_error.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bccomp_variation001.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bccomp_variation002.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bccomp.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcdiv_error1.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcdiv_error2.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcdiv_large_numbers.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcdiv_zero.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcdiv.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcfloor_error.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcfloor.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcmod_error2.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmod_error3.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcmod_large_numbers.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmod_zero.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmod.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmul_error.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcmul_large_numbers.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmul_zero.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcmul.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcpow_error1.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcpow_error2.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcpow_error3.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcpow_large_numbers.phpt Fix GH-11761: Bcmath numbers with trailing zeros (#11798) 2023-07-26 13:48:50 +01:00
bcpow_zero.phpt Fix GH-11761: Bcmath numbers with trailing zeros (#11798) 2023-07-26 13:48:50 +01:00
bcpow.phpt Fix GH-11761: Bcmath numbers with trailing zeros (#11798) 2023-07-26 13:48:50 +01:00
bcpowmod_error.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcpowmod_negative_exponent.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcpowmod_zero_modulus.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcpowmod.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcround_away_from_zero.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_ceiling.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_early_return.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_error.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_floor.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_half_down.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_half_even.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_half_odd.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_half_up.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_test_helper.inc [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcround_toward_zero.phpt [RFC] Add bcfloor, bcceil and bcround to BCMath (#13096) 2024-04-30 18:32:33 +01:00
bcscale_variation001.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcscale_variation002.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcscale_variation003.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcscale.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcsqrt_error1.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcsqrt_error2.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcsqrt.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcsub_error.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bcsub_large_numbers.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcsub_zero.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bcsub.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bug44995.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug46781.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug54598.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug60377.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug66364.phpt Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
bug72093.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug75178.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug78238.phpt Merge branch 'PHP-8.0' 2021-07-16 16:01:03 +02:00
bug78878.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bug80545.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
negative_scale.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
run_bcmath_tests_function.inc Extend tests of bcmath extension (#11563) 2023-07-05 17:43:30 +01:00
scale_ini.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
scale.phpt Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
str2num_formatting.phpt Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00