Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_strtod.c1840 static unsigned char *decimalpoint_cache; local
1841 if (!(s0 = decimalpoint_cache)) {
1843 if ((decimalpoint_cache = (unsigned char*)
1845 strcpy((char*)decimalpoint_cache, (CONST char*)s0);
1846 s0 = decimalpoint_cache;

Completed in 10 milliseconds