Home
last modified time | relevance | path

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

/PHP-8.0/ext/filter/
H A Dlogical_filters.c347 char *tsd_sep; in php_filter_float() local
380 tsd_sep = thousand; in php_filter_float()
383 tsd_sep = "',."; in php_filter_float()
422 if ((flags & FILTER_FLAG_ALLOW_THOUSAND) && strchr(tsd_sep, *str)) { in php_filter_float()

Completed in 8 milliseconds