Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 22 of 22) sorted by relevance

/PHP-8.3/ext/standard/tests/filters/
H A Dbasic.phpt7 $filters = array("string.rot13", "string.toupper", "string.tolower");
33 filter: string.toupper
41 filter: string.toupper
H A Dbug81475.phpt6 stream_filter_append($stdout, 'string.toupper');
/PHP-8.3/ext/standard/
H A Dstrnatcmp.c150 ca = toupper((int)(unsigned char)ca); in strnatcmp_ex()
151 cb = toupper((int)(unsigned char)cb); in strnatcmp_ex()
H A Dsoundex.c70 code = toupper((int)(unsigned char)str[i]); in PHP_FUNCTION()
H A Dmetaphone.c112 #define Convert_Raw(c) toupper(c)
126 #define Look_Ahead_Letter(n) (toupper(Lookahead((char *) word+w_idx, n)))
/PHP-8.3/ext/opcache/tests/
H A Dbug64482.phpt12 include 'php://filter/read=string.toupper/resource=bug64482.inc';
/PHP-8.3/ext/standard/tests/streams/
H A Dbug46147.phpt8 stream_filter_append($fp, "string.toupper");
H A Dbug78902.phpt20 stream_filter_append($fp, "string.toupper");
/PHP-8.3/ext/standard/tests/file/
H A Dbug27619.phpt13 stream_filter_append($fp, "string.toupper");
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c101 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
H A Dpcre2_printint.c308 fprintf(f, "%s%s %s%c%s%s", before, OP_names[*code], sc, toupper(s[0]), s+1, after); in print_prop()
776 fprintf(f, "\\%c{%c%s}", (not? 'P':'p'), toupper(s[0]), s+1); in pcre2_printint()
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.c198 cwd[0] = toupper(cwd[0]); in virtual_cwd_main_cwd_init()
276 retval[0] = toupper(retval[0]); in virtual_getcwd_ex()
1118 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1126 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1132 resolved_path[0] = toupper(resolved_path[0]); in virtual_file_ex()
/PHP-8.3/ext/date/lib/
H A Dtimelib.c129 tm->tz_abbr[i] = toupper(tz_abbr[i]); in timelib_time_tz_abbr_update()
/PHP-8.3/ext/intl/uchar/
H A Duchar.c609 IC_CHAR_METHOD_CHAR(toupper)
H A Duchar.stub.php3560 public static function toupper(int|string $codepoint): int|string|null {} function in IntlChar
H A Duchar_arginfo.h246 ZEND_METHOD(IntlChar, toupper);
310 ZEND_ME(IntlChar, toupper, arginfo_class_IntlChar_toupper, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c849 *ubuf = toupper(*ubuf); in filter_error()
H A Dsoftmagic.c1998 if ((v = toupper(*b++) - *a++) != '\0') in file_strncmp()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c2216 char ch = toupper( *pKey ); in GetHeaderVar()
2400 *p++ = toupper( ch ); in LSAPI_ForeachHeader_r()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c151 *s = toupper(*s); in pdo_stmt_describe_columns()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c667 key[i] = toupper(key[i]); in sapi_cli_server_register_entry_cb()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c7032 luaL_addchar(&b,toupper(uchar(s[i])));

Completed in 151 milliseconds