summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Implicitly enable function entry generation when class entry generation is ↵Máté Kocsis2021-02-091-4/+1
| | | | | | enabled Closes GH-6675
* Generate class entries for a few extensionsMáté Kocsis2021-02-031-1/+4
| | | | Relates to GH-6644
* Update gmp+bcmath parameter namesNikita Popov2020-09-291-9/+9
| | | | Closes GH-6205.
* make bcpowmod stricter by not returning false, instead throw exceptionVladyslav Startsev2020-06-221-1/+1
| | | | Closes GH-5747
* Convert UNKNOWN default values to null in ext/bcmathMáté Kocsis2020-05-021-10/+10
|
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-0/+2
| | | | Closes GH-5347
* Fix smaller issues with stubsMáté Kocsis2019-12-201-9/+9
| | | | GH-5025
* Add union return types for function stubsMáté Kocsis2019-11-111-2/+1
|
* Elevate warnings to Error Exceptions in ext/bcmathChristoph M. Becker2019-10-281-3/+3
| | | | | | `bcdiv()` and `bcmod()` throw DivisionByZeroError if the divisor is 0, which matches the behavior of the `/` and `%` operators, and `bcsqrt()` throws ValueError for negative operands.
* Add BCMath PHP stubsSimon Podlipsky2019-08-101-0/+22
Closes GH-4508.