Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dstr_decrement_basic.phpt55 string(2) "y9"
/php-src/Zend/
H A Dzend_strtod.c707 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b() argument
709 (const char *s, int nd0, int nd, ULong y9, int dplen)
720 b->x[0] = y9;
724 b->x[0] = y9 & 0xffff;
725 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;

Completed in 11 milliseconds