Home
last modified time | relevance | path

Searched defs:ctype_digit (Results 1 – 8 of 8) sorted by last modified time

/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php29 function ctype_digit($var) { function
/plugin/combo/vendor/symfony/polyfill-ctype/
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
H A Dbootstrap.php28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); } function
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function