php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "libbcmath/src/bcmath.h"
#include "zend_API.h"
#include "ext/standard/php_math_round_mode.h"
#include "php_version.h"
Go to the source code of this file.
Data Structures | |
struct | _bcmath_number_obj_t |
Macros | |
#define | phpext_bcmath_ptr &bcmath_module_entry |
#define | PHP_BCMATH_VERSION PHP_VERSION |
#define | BC_ARENA_SIZE 256 |
#define | BCG(v) |
#define | BC_MATH_NUMBER_EXPAND_SCALE 10 |
Typedefs | |
typedef struct _bcmath_number_obj_t | bcmath_number_obj_t |
Variables | |
zend_module_entry | bcmath_module_entry |
bc_num | _zero_ |
bc_num | _one_ |
bc_num | _two_ |
int | bc_precision |
char * | arena |
size_t | arena_offset |
#define BC_ARENA_SIZE 256 |
Definition at line 30 of file php_bcmath.h.
#define BC_MATH_NUMBER_EXPAND_SCALE 10 |
Definition at line 49 of file php_bcmath.h.
Definition at line 46 of file php_bcmath.h.
#define PHP_BCMATH_VERSION PHP_VERSION |
Definition at line 28 of file php_bcmath.h.
#define phpext_bcmath_ptr &bcmath_module_entry |
Definition at line 25 of file php_bcmath.h.
typedef struct _bcmath_number_obj_t bcmath_number_obj_t |
bc_num _one_ |
Definition at line 34 of file php_bcmath.h.
bc_num _two_ |
Definition at line 35 of file php_bcmath.h.
bc_num _zero_ |
Definition at line 33 of file php_bcmath.h.
char* arena |
Definition at line 37 of file php_bcmath.h.
size_t arena_offset |
Definition at line 38 of file php_bcmath.h.
int bc_precision |
Definition at line 36 of file php_bcmath.h.
|
extern |