This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-24 16:22:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
archived-php-src
/
ext
/
bcmath
/
tests
/
number
/
operators
History
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_with_invalid_types.phpt
…
compare.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
…