php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_gmp_int.h File Reference
#include "php.h"
#include <gmp.h>

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_entryphp_gmp_class_entry (void)
 

Macro Definition Documentation

◆ PHP_GMP_API

#define PHP_GMP_API

Definition at line 18 of file php_gmp_int.h.

Typedef Documentation

◆ gmp_long

typedef long gmp_long

Definition at line 37 of file php_gmp_int.h.

◆ gmp_object

typedef struct _gmp_object gmp_object

◆ gmp_ulong

typedef unsigned long gmp_ulong

Definition at line 38 of file php_gmp_int.h.

Function Documentation

◆ php_gmp_class_entry()

PHP_GMP_API zend_class_entry * php_gmp_class_entry ( void )

Definition at line 88 of file gmp.c.