php-src/ext/bcmath/tests/number/operators
2024-11-20 00:16:52 +09:00
..
add_int.phpt
add_object.phpt
add_string.phpt
calc_array.phpt
calc_float.phpt
calc_non_numeric_string.phpt
calc_null.phpt
calc_other_class.phpt
calc_undef.phpt
compare.phpt
compare_with_invalid_types.phpt
compound_assignment.phpt
decrement.phpt
div_by_zero.phpt
div_int.phpt
div_object.phpt
div_string.phpt
increment.phpt
mod_by_zero.phpt
mod_int.phpt
mod_object.phpt
mod_string.phpt
mul_int.phpt
mul_object.phpt
mul_string.phpt
pow_div_by_zero.phpt Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694) 2024-11-20 00:16:52 +09:00
pow_int.phpt
pow_object.phpt
pow_string.phpt
sub_int.phpt
sub_object.phpt
sub_string.phpt