Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_strtod.h31 ZEND_API double zend_hex_strtod(const char *str, const char **endptr);
H A Dzend_operators.h206 local_dval = zend_hex_strtod(str, &ptr);
H A Dzend_language_scanner.l1562 zendlval->value.dval = zend_hex_strtod(hex, NULL);
H A Dzend_strtod.c2586 ZEND_API double zend_hex_strtod(const char *str, const char **endptr) in zend_hex_strtod() function
H A Dzend_language_scanner.c3374 zendlval->value.dval = zend_hex_strtod(hex, NULL); in lex_scan()

Completed in 30 milliseconds