Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_strtod.h30 ZEND_API double zend_strtod(const char *s00, char **se);
H A Dzend_strtod.c2044 ZEND_API double zend_strtod (CONST char *s00, char **se) in zend_strtod() argument
2062 for(s = s00; isspace((unsigned char) *s); s++) in zend_strtod()
2073 s = s00; in zend_strtod()
2126 s = s00; in zend_strtod()
2129 s00 = s; in zend_strtod()
2159 s = s00; in zend_strtod()
2163 s = s00; in zend_strtod()

Completed in 18 milliseconds