Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c1826 static unsigned char *decimalpoint_cache; local
1827 if (!(s0 = decimalpoint_cache)) {
1829 if ((decimalpoint_cache = (unsigned char*)
1831 strcpy((char*)decimalpoint_cache, (CONST char*)s0);
1832 s0 = decimalpoint_cache;

Completed in 11 milliseconds