Home
last modified time | relevance | path

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

/PHP-5.5/ext/filter/
H A Dlogical_filters.c315 char dec_sep = '.'; in php_filter_float() local
336 dec_sep = *decimal; in php_filter_float()
351 if (str == end || *str == dec_sep || *str == 'e' || *str == 'E') { in php_filter_float()
355 if (*str == dec_sep) { in php_filter_float()

Completed in 5 milliseconds