Searched refs:ctype_digit (Results 1 – 9 of 9) 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';
28 if(!function_exists('ctype_digit')) {29 function ctype_digit($var) { function
26 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(…
543 …if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($as…
325 if (ctype_digit($match[0]) && $number <= \PHP_INT_MAX) {
800 if (ctype_digit($width) === true) {808 if (ctype_digit($height) === true) {