Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/standard/
H A Dmetaphone.c83 if (isalpha(c)) { in encode()
168 #define Isbreak(c) (!isalpha(c))
192 for (; !isalpha(curr_letter = Read_Raw_Curr_Letter); w_idx++) { in metaphone()
280 if (!isalpha(curr_letter)) in metaphone()
H A Durl.c120 if (!isalpha(*p) && !isdigit(*p) && *p != '+' && *p != '.' && *p != '-') { in php_url_parse_ex2()
H A Dformatted_print.c469 if (isalpha((int)*format)) { in php_formatted_print()
H A Dfile.c2327 if (!isalpha(ch) && ch != '-') { in php_next_meta_token()
H A Dstring.c5745 …while (p < e && (isalpha((unsigned char)*p) || (char_list && ch[(unsigned char)*p]) || *p == '\'' …
/PHP-8.3/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt17 'istitle', 'isdigit', 'isalpha', 'isalnum',
66 isalpha(): bool(true)
94 isalpha(): bool(true)
122 isalpha(): bool(false)
/PHP-8.3/ext/ctype/
H A Dctype.c119 ctype_impl(isalpha, 0, 0); in PHP_FUNCTION()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c142 if (isalpha(i)) x += ctype_letter;
H A Dpcre2_convert.c546 case 2: return isalpha(c); in convert_glob_char_in_class()
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h85 …(len >= 2 && (/* is local */isalpha(path[0]) && path[1] == ':' || /* is UNC */IS_SLASH(path[0]) &&…
H A Dzend_compile.c2105 if ((2 <= len) && isalpha((int)((unsigned char *)path)[0]) && (':' == path[1])) { in zend_dirname()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c543 IC_BOOL_METHOD_CHAR(isalpha) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php3470 public static function isalpha(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h216 ZEND_METHOD(IntlChar, isalpha);
280 ZEND_ME(IntlChar, isalpha, arginfo_class_IntlChar_isalpha, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.3/main/
H A Dsnprintf.c291 if (isalpha((int)*p)) { in php_conv_fp()
/PHP-8.3/ext/filter/
H A Dlogical_filters.c572 if (isalpha(*p) || isdigit(*p) || strchr(valid, *p)) { in is_userinfo_valid()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c120 if (!isalpha((unsigned char)*p)) { in file_checkfmt()
H A Dapprentice.c346 if (isalpha(CAST(unsigned char, l[1]))) { in get_standard_integer_type()
2221 && !isalpha(CAST(unsigned char, l[1]))) { in parse()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c2961 else if(isalpha(ls->current)||ls->current=='_'){
7124 case'a':res=isalpha(c);break;

Completed in 125 milliseconds