Searched refs:y9 (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/tests/strings/ |
H A D | str_decrement_basic.phpt | 55 string(2) "y9"
|
/php-src/Zend/ |
H A D | zend_strtod.c | 697 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument 699 (const char *s, int nd0, int nd, ULong y9, int dplen) 710 b->x[0] = y9; 714 b->x[0] = y9 & 0xffff; 715 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
|
Completed in 12 milliseconds