|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
| struct Bigint * | next |
| int | k |
| int | maxwds |
| int | sign |
| int | wds |
| ULong | x [1] |
Definition at line 539 of file zend_strtod.c.
| int Bigint::k |
Definition at line 542 of file zend_strtod.c.
| int Bigint::maxwds |
Definition at line 542 of file zend_strtod.c.
| struct Bigint* Bigint::next |
Definition at line 541 of file zend_strtod.c.
| int Bigint::sign |
Definition at line 542 of file zend_strtod.c.
| int Bigint::wds |
Definition at line 542 of file zend_strtod.c.
| ULong Bigint::x[1] |
Definition at line 543 of file zend_strtod.c.