Home
last modified time | relevance | path

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

/PHP-7.1/ext/filter/
H A Dlogical_filters.c332 char dec_sep = '.'; in php_filter_float() local
353 dec_sep = *decimal; in php_filter_float()
368 if (str == end || *str == dec_sep || *str == 'e' || *str == 'E') { in php_filter_float()
372 if (*str == dec_sep) { in php_filter_float()

Completed in 6 milliseconds