We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ce499 commit 2607815Copy full SHA for 2607815
stubs/ext/gmp/GMP.php
@@ -3,6 +3,10 @@
3
/** @generate-function-entries */
4
class GMP
5
{
6
+ #[\Since('8.2')]
7
+ public function __construct(int|string $num = 0, int $base = 0)
8
+ {
9
+ }
10
#[\Since('8.1')]
11
public function __serialize() : array
12
0 commit comments