s00 532 Zend/zend_strtod.c extern "C" double strtod(const char *s00, char **se); s00 2534 Zend/zend_strtod.c (s00, se) CONST char *s00; char **se; s00 2536 Zend/zend_strtod.c (const char *s00, const char **se) s00 2575 Zend/zend_strtod.c for(s = s00;;s++) switch(*s) { s00 2685 Zend/zend_strtod.c s00 = s; s00 2715 Zend/zend_strtod.c s = s00; s00 2748 Zend/zend_strtod.c s = s00; s00 30 Zend/zend_strtod.h ZEND_API double zend_strtod(const char *s00, const char **se);