Searched defs:ctype_alpha (Results 1 – 6 of 6) sorted by relevance
/plugin/freechat/phpfreechat/lib/ctype/ | ||
H A D | ctype.php | 4 function ctype_alpha($string) function |
/plugin/mikioplugin/inc/ | ||
H A D | polyfill-ctype.php | 17 function ctype_alpha($var) { function |
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function |
H A D | Ctype.php | 48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype |
/plugin/mdpage/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } function |
H A D | Ctype.php | 48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype |