Searched defs:ctype_digit (Results 1 – 8 of 8) sorted by relevance
/plugin/mikioplugin/inc/ | ||
H A D | polyfill-ctype.php | 29 function ctype_digit($var) { function |
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function |
H A D | Ctype.php | 80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype |
/plugin/mdpage/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); } function |
H A D | Ctype.php | 80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype |
/plugin/combo/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap80.php | 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function |
H A D | bootstrap.php | 28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function |
H A D | Ctype.php | 80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype |