summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.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 from stubs for another batch of extensionsMáté Kocsis2021-02-081-1/+4
| | | | Closes GH-6669
* Update gmp+bcmath parameter namesNikita Popov2020-09-291-48/+48
| | | | Closes GH-6205.
* Accept GMP|string|int union in GMP functionsNikita Popov2020-09-161-202/+85
| | | | | | | | | | | This changes GMP functions to accept a GMP|string|int union with standard semantics (and thus also uses it in function signatures). Relative to the previous behavior, this means that GMP functions in weak mode now also accept float and null, and in strict mode no longer accept bool, and have full type information. Closes GH-6139.
* Promote various warnings to Error in GMP extensionGeorge Peter Banyard2020-08-071-47/+47
| | | | | | This gets rid of most false returns Closes GH-5882
* Add a few missing parameter types in stubsMáté Kocsis2020-07-301-6/+6
| | | | Related to GH-5627
* 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
| | | | Closes GH-5351
* 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
| | | | This reverts commit c31029f335ca1b453af799805c43c37e959ad555.
* 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
| | | | | | | | | * get_parent_class() argument is optional * Mark array_filter() $callback as optional * The $base of gmp_strval() is optional * DateTime constructor also accepts zero arguments * hash_update_file() stream context is optional * xmlwriter_write_dtd_entity() $isparam argument is optional
* Fix typo in typeNikita Popov2019-09-021-1/+1
|
* Add ext/gmp stubsChristoph M. Becker2019-08-251-0/+307