summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.stub.php
Commit message (Expand)AuthorAgeFilesLines
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-091-4/+1
* Generate class entries from stubs for another batch of extensionsMáté Kocsis2021-02-081-1/+4
* Update gmp+bcmath parameter namesNikita Popov2020-09-291-48/+48
* Accept GMP|string|int union in GMP functionsNikita Popov2020-09-161-202/+85
* Promote various warnings to Error in GMP extensionGeorge Peter Banyard2020-08-071-47/+47
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-6/+6
* Promote warning related to operator overloading in ext/gmp to an exceptionMáté Kocsis2020-05-251-0/+4
* Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-051-0/+2
* Annotate function aliases in stubsMáté Kocsis2020-04-041-0/+1
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-171-1/+2
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-161-2/+1
* Add union return types with one classMáté Kocsis2019-11-181-94/+42
* Add union return types for function stubsMáté Kocsis2019-11-111-61/+26
* Fix required number of arguments in stubsNikita Popov2019-10-071-1/+1
* Fix typo in typeNikita Popov2019-09-021-1/+1
* Add ext/gmp stubsChristoph M. Becker2019-08-251-0/+307