Home
last modified time | relevance | path

Searched refs:maxwds (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_strtod.c540 int k, maxwds, sign, wds; member
623 rv->maxwds = x;
702 if (wds >= b->maxwds) {
880 if (wc > a->maxwds)
1038 for(i = b->maxwds; n1 > i; i <<= 1)
1718 if (b->wds >= b->maxwds) {
3671 b->maxwds = 1 << (b->k = *(int*)b);

Completed in 10 milliseconds