Home
last modified time | relevance | path

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

/php-src/ext/filter/
H A Dlogical_filters.c355 char *tsd_sep; in php_filter_float() local
388 tsd_sep = thousand; in php_filter_float()
391 tsd_sep = "',."; in php_filter_float()
430 if ((flags & FILTER_FLAG_ALLOW_THOUSAND) && strchr(tsd_sep, *str)) { in php_filter_float()

Completed in 20 milliseconds