Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /opt/alt/php81/usr/include/php/ext/gmp//php_gmp_int.h
#ifndef incl_PHP_GMP_INT_H
#define incl_PHP_GMP_INT_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#include <gmp.h>
#ifdef PHP_WIN32
# define PHP_GMP_API __declspec(dllexport)
#elif defined(__GNUC__) && __GNUC__ >= 4
# define PHP_GMP_API __attribute__ ((visibility("default")))
#else
# define PHP_GMP_API
#endif
typedef struct _gmp_object {
mpz_t num;
zend_object std;
} gmp_object;
static inline gmp_object *php_gmp_object_from_zend_object(zend_object *zobj) {
return (gmp_object *)( ((char *)zobj) - XtOffsetOf(gmp_object, std) );
}
PHP_GMP_API zend_class_entry *php_gmp_class_entry(void);
/* GMP and MPIR use different datatypes on different platforms */
#ifdef PHP_WIN32
typedef zend_long gmp_long;
typedef zend_ulong gmp_ulong;
#else
typedef long gmp_long;
typedef unsigned long gmp_ulong;
#endif
#endif
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | June 26 2025 08:39:05 | root / linksafe | 0755 | |
| | | | | |
php_gmp_int.h | 0.82 KB | April 09 2025 14:16:55 | root / linksafe | 0644 | |