php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Bigint Struct Reference

Data Fields

struct Bigintnext
 
int k
 
int maxwds
 
int sign
 
int wds
 
ULong x [1]
 

Detailed Description

Definition at line 539 of file zend_strtod.c.

Field Documentation

◆ k

int Bigint::k

Definition at line 542 of file zend_strtod.c.

◆ maxwds

int Bigint::maxwds

Definition at line 542 of file zend_strtod.c.

◆ next

struct Bigint* Bigint::next

Definition at line 541 of file zend_strtod.c.

◆ sign

int Bigint::sign

Definition at line 542 of file zend_strtod.c.

◆ wds

int Bigint::wds

Definition at line 542 of file zend_strtod.c.

◆ x

ULong Bigint::x[1]

Definition at line 543 of file zend_strtod.c.


The documentation for this struct was generated from the following file: