<?php is_numeric(mixed $value): bool
<?php protected function isNumericDefault(string $type, string $value): bool { if (!is_numeric($value)) { return false; }