Home
last modified time | relevance | path

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

/PHP-7.3/ext/filter/
H A Dlogical_filters.c334 char *tsd_sep; in php_filter_float() local
365 tsd_sep = thousand; in php_filter_float()
368 tsd_sep = "',."; in php_filter_float()
404 if ((flags & FILTER_FLAG_ALLOW_THOUSAND) && strchr(tsd_sep, *str)) { in php_filter_float()

Completed in 5 milliseconds