php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | _gmp_object |
Macros | |
#define | PHP_GMP_API |
Typedefs | |
typedef struct _gmp_object | gmp_object |
typedef long | gmp_long |
typedef unsigned long | gmp_ulong |
Functions | |
PHP_GMP_API zend_class_entry * | php_gmp_class_entry (void) |
#define PHP_GMP_API |
Definition at line 18 of file php_gmp_int.h.
typedef long gmp_long |
Definition at line 37 of file php_gmp_int.h.
typedef struct _gmp_object gmp_object |
typedef unsigned long gmp_ulong |
Definition at line 38 of file php_gmp_int.h.
PHP_GMP_API zend_class_entry * php_gmp_class_entry | ( | void | ) |