This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
php-src
Watch
1
Star
0
Fork
You've already forked php-src
0
mirror of
https://github.com/php/php-src.git
synced
2025-08-17 22:48:57 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
PHP-8.4
php-src
/
ext
/
bcmath
/
tests
/
number
/
operators
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Saki Takamachi
2c8662d6f9
Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (
#16694
)
...
Closes
#16694
Fixes
#16236
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