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

Go to the source code of this file.

Macros

#define phpext_gmp_ptr   &gmp_module_entry
 
#define PHP_GMP_VERSION   PHP_VERSION
 
#define GMPG(v)
 

Functions

 ZEND_MODULE_STARTUP_D (gmp)
 
 ZEND_MODULE_DEACTIVATE_D (gmp)
 
 ZEND_MODULE_INFO_D (gmp)
 

Variables

zend_module_entry gmp_module_entry
 
bool rand_initialized
 
gmp_randstate_t rand_state
 

Macro Definition Documentation

◆ GMPG

#define GMPG ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 37 of file php_gmp.h.

◆ PHP_GMP_VERSION

#define PHP_GMP_VERSION   PHP_VERSION

Definition at line 26 of file php_gmp.h.

◆ phpext_gmp_ptr

#define phpext_gmp_ptr   &gmp_module_entry

Definition at line 23 of file php_gmp.h.

Function Documentation

◆ ZEND_MODULE_DEACTIVATE_D()

ZEND_MODULE_DEACTIVATE_D ( gmp )

Definition at line 624 of file gmp.c.

◆ ZEND_MODULE_INFO_D()

ZEND_MODULE_INFO_D ( gmp )

Definition at line 636 of file gmp.c.

◆ ZEND_MODULE_STARTUP_D()

ZEND_MODULE_STARTUP_D ( gmp )

Variable Documentation

◆ gmp_module_entry

zend_module_entry gmp_module_entry
extern

Definition at line 60 of file gmp.c.

◆ rand_initialized

bool rand_initialized

Definition at line 33 of file php_gmp.h.

◆ rand_state

gmp_randstate_t rand_state

Definition at line 34 of file php_gmp.h.