Home
last modified time | relevance | path

Searched refs:y9 (Results 1 – 2 of 2) sorted by last modified time

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

Completed in 13 milliseconds