Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
H A Dbootstrap80.php24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/starterbootstrap/
H A Dmain.php39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';
45 if (ctype_digit($brandImgMargin)) $brandImgMargin .= 'px';
/template/mikio/inc/
H A Dpolyfill-ctype.php28 if(!function_exists('ctype_digit')) {
29 function ctype_digit($var) { function
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php26 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(…
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php543 …if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($as…
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php325 if (ctype_digit($match[0]) && $number <= \PHP_INT_MAX) {
/template/mikio/
H A Dmikio.php794 if (ctype_digit($width) === true) {
802 if (ctype_digit($height) === true) {