Searched refs:ctype_digit (Results 1 – 15 of 15) sorted by relevance
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';45 if (ctype_digit($brandImgMargin)) $brandImgMargin .= 'px';
29 function ctype_digit($var) { function
32 if (null !== $name && (\is_int($name) || ctype_digit($name))) {
32 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(…
424 } elseif (ctype_digit($nextChar) && $nextChar < '8') {426 …while ($i + 1 < $length && ctype_digit($str[$i + 1]) && $str[$i + 1] < '8' && \strlen($octal) < 3)…
666 case ctype_digit($scalar):676 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
615 …if (ctype_digit($asString) || ('' !== $asString && '-' === $asString[0] && ctype_digit(substr($asS…
875 if (ctype_digit($width) === true) {883 if (ctype_digit($height) === true) {
3249 if (!ctype_digit($char) && $char != ".") return false;