Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt14 'isUUppercase', 'isupper',
59 isupper(): bool(true)
87 isupper(): bool(false)
115 isupper(): bool(false)
/PHP-8.3/ext/ctype/
H A Dctype.c175 ctype_impl(isupper, 0, 0); in PHP_FUNCTION()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c120 if (isupper(i)) p[cbit_upper + i/8] |= 1u << (i&7);
H A Dpcre2_convert.c556 case 12: return isupper(c); in convert_glob_char_in_class()
/PHP-8.3/ext/gd/libgd/
H A Dgd_xbm.c194 if (!isupper(name[i]) && !islower(name[i]) && !isdigit(name[i])) { in gdImageXbmCtx()
/PHP-8.3/ext/standard/
H A Durl.c433 if (isupper(c)) in php_htoi()
438 if (isupper(c)) in php_htoi()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c540 IC_BOOL_METHOD_CHAR(isupper) in IC_BOOL_METHOD_CHAR()
H A Duchar.stub.php3536 public static function isupper(int|string $codepoint): ?bool {} function in IntlChar
H A Duchar_arginfo.h238 ZEND_METHOD(IntlChar, isupper);
302 ZEND_ME(IntlChar, isupper, arginfo_class_IntlChar_isupper, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.3/ext/hash/
H A Dhash.c248 if (isupper((unsigned char) spec_ch)) { in php_hash_serialize_spec()
295 if (isupper((unsigned char) spec_ch)) { in php_hash_unserialize_spec()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1997 isupper(*a)) { in file_strncmp()
H A Dapprentice.c65 #define LOWCASE(l) (isupper(CAST(unsigned char, l)) ? \
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c7130 case'u':res=isupper(c);break;

Completed in 86 milliseconds