php-src/ext/bcmath/tests/number
Niels Dossche 64d511ef29
Fix GH-18641: Accessing a BcMath\Number property by ref crashes
The properties are virtual so we need a custom get_property_ptr_ptr
handler.

Closes GH-18637.
2025-05-24 20:38:33 +02:00
..
methods Correctly round rounding mode with zero edge case (#17065) 2024-12-17 00:17:23 +09:00
operators Fixed a bug in BcMath\Number::pow() and bcpow() when raising negative powers of 0. (#16694) 2024-11-20 00:16:52 +09:00
cast.phpt
cast_warning.phpt
class_extends_error.phpt
clone.phpt
construct_32bit.phpt
construct_64bit.phpt
construct_error.phpt
construct_float.phpt
gh18641.phpt Fix GH-18641: Accessing a BcMath\Number property by ref crashes 2025-05-24 20:38:33 +02:00
properties_isset_empty_exists.phpt
properties_read.phpt
properties_unknown.phpt
properties_unset.phpt
properties_write_error.phpt
serialize.phpt
unserialize.phpt
unserialize_error.phpt