Searched defs:endptr (Results 1 – 10 of 10) sorted by relevance
/PHP-5.5/ext/intl/collator/ |
H A D | collator_is_numeric.c | 34 static double collator_u_strtod(const UChar *nptr, UChar **endptr) /* {{{ */ in collator_u_strtod() 128 static long collator_u_strtol(nptr, endptr, base) in collator_u_strtol() argument
|
/PHP-5.5/win32/ |
H A D | strtoi64.c | 8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64()
|
/PHP-5.5/ext/session/ |
H A D | session.c | 700 char *endptr = NULL; in PHP_INI_MH() local 860 const char *endptr = val + vallen; in PS_SERIALIZER_DECODE_FUNC() local
|
/PHP-5.5/Zend/ |
H A D | zend_strtod.c | 2586 ZEND_API double zend_hex_strtod(const char *str, const char **endptr) in zend_hex_strtod() 2624 ZEND_API double zend_oct_strtod(const char *str, const char **endptr) in zend_oct_strtod() 2657 ZEND_API double zend_bin_strtod(const char *str, const char **endptr) in zend_bin_strtod()
|
/PHP-5.5/ext/standard/ |
H A D | formatted_print.c | 346 char *endptr; in php_sprintf_getnumber() local
|
H A D | html.c | 783 char *endptr; in process_numeric_entity() local
|
/PHP-5.5/ext/ftp/ |
H A D | ftp.c | 731 char *endptr, delimiter; in ftp_pasv() local
|
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 210 PCRE_PUCHAR endptr = p + length; in match_ref() local
|
H A D | pcre_compile.c | 3933 check_posix_syntax(const pcre_uchar *ptr, const pcre_uchar **endptr) in check_posix_syntax()
|
/PHP-5.5/ext/mbstring/ |
H A D | mbstring.c | 1363 char *endptr = NULL; in PHP_INI_MH() local
|
Completed in 108 milliseconds