Searched refs:tsd_sep (Results 1 – 1 of 1) sorted by relevance
347 char *tsd_sep; in php_filter_float() local380 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 18 milliseconds