Home
last modified time | relevance | path

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

/webtrees/app/
H A DValidator.php30 use function ctype_digit; alias
325 if (ctype_digit($value)) {
327 } elseif (str_starts_with($value, '-') && ctype_digit(substr($value, 1))) {