Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dlogical_filters.c330 char dec_sep = '.'; in php_filter_float() local
354 dec_sep = *decimal; in php_filter_float()
382 if (str == end || *str == dec_sep || *str == 'e' || *str == 'E') { in php_filter_float()
386 if (*str == dec_sep) { in php_filter_float()

Completed in 6 milliseconds