Home
last modified time | relevance | path

Searched refs:isupper (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt14 'isUUppercase', 'isupper',
59 isupper(): bool(true)
87 isupper(): bool(false)
115 isupper(): bool(false)
/php-src/ext/ctype/
H A Dctype.c173 ctype_impl(isupper, 0, 0); in PHP_FUNCTION()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c122 if (isupper(i)) p[cbit_upper + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c564 case 12: return isupper(c); in convert_glob_char_in_class()
/php-src/ext/gd/libgd/
H A Dgd_xbm.c194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
/php-src/ext/standard/
H A Durl.c421 if (isupper(c)) in php_htoi()
426 if (isupper(c)) in php_htoi()
/php-src/ext/intl/uchar/
H A Duchar.c548 IC_BOOL_METHOD_CHAR(isupper) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php1539 public static function isupper(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h231 ZEND_METHOD(IntlChar, isupper);
292 ZEND_ME(IntlChar, isupper, arginfo_class_IntlChar_isupper, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/ext/hash/
H A Dhash.c247 if (isupper((unsigned char) spec_ch)) { in php_hash_serialize_spec()
294 if (isupper((unsigned char) spec_ch)) { in php_hash_unserialize_spec()
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2032 isupper(*a)) { in file_strncmp()
H A Dapprentice.c65 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c7136 case'u':res=isupper(c);break;

Completed in 116 milliseconds