Home
last modified time | relevance | path

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

/PHP-7.4/ext/filter/
H A Dlogical_filters.c342 char dec_sep = '.'; in php_filter_float() local
368 dec_sep = *decimal; in php_filter_float()
399 if (str == end || *str == dec_sep || *str == 'e' || *str == 'E') { in php_filter_float()
403 if (*str == dec_sep) { in php_filter_float()

Completed in 8 milliseconds