Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap.php28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
Dbootstrap80.php24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/strap/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/
Dmain.php39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';
45 if (ctype_digit($brandImgMargin)) $brandImgMargin .= 'px';
/template/mikio/inc/
H A Dpolyfill-ctype.php29 function ctype_digit($var) { function
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DArrayExpression.php26 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(…
/template/strap/vendor/symfony/yaml/
H A DInline.php666 case ctype_digit($scalar):
676 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
/template/twigstarter/vendor/twig/twig/src/
DLexer.php325 if (ctype_digit($match[0]) && $number <= \PHP_INT_MAX) {
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php543 …if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($as…
/template/mikio/
H A Dmikio.php874 if (ctype_digit($width) === true) {
882 if (ctype_digit($height) === true) {
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php3249 if (!ctype_digit($char) && $char != ".") return false;