Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_strtod.c1836 const unsigned char *decimalpoint = (unsigned char*) local
1839 const unsigned char *decimalpoint; local
1849 decimalpoint = s0;
1868 for(i = 0; decimalpoint[i]; ++i) {
1869 if (s[i] != decimalpoint[i])
1890 if (*s == *decimalpoint && !decpt) {
1891 for(i = 1; decimalpoint[i]; ++i) {
1892 if (s[i] != decimalpoint[i])
1989 for(i = 0; decimalpoint[i+1]; ++i);
1993 if (*--s1 == decimalpoint[i]) {

Completed in 15 milliseconds