Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/standard/
H A Dmetaphone.c81 #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0)
105 #define Next_Letter (toupper(word[w_idx+1]))
107 #define Curr_Letter (toupper(word[w_idx]))
109 #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0')
113 #define After_Next_Letter (Next_Letter != '\0' ? toupper(word[w_idx+2]) \
115 #define Look_Ahead_Letter(n) (toupper(Lookahead((char *) word+w_idx, n)))
H A Dstrnatcmp.c151 ca = toupper((int)(unsigned char)ca); in strnatcmp_ex()
152 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 Dstring.c1347 *c = toupper(*c); in php_strtoupper()
1373 *r = toupper(*c); in php_string_toupper()
2541 unsigned char r = toupper(ch);
2626 *r = toupper((unsigned char) *r);
2629 *r = toupper((unsigned char) *r);
/PHP-8.0/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.0/ext/opcache/tests/
H A Dbug64482.phpt12 include 'php://filter/read=string.toupper/resource=bug64482.inc';
/PHP-8.0/ext/standard/tests/file/
H A Dbug27619.phpt13 stream_filter_append($fp, "string.toupper");
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c101 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php187 public static function toupper(int|string $codepoint) {} function in IntlChar
H A Duchar_arginfo.h231 ZEND_METHOD(IntlChar, toupper);
295 ZEND_ME(IntlChar, toupper, arginfo_class_IntlChar_toupper, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Duchar.c606 IC_CHAR_METHOD_CHAR(toupper)
/PHP-8.0/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()
1117 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1125 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1131 resolved_path[0] = toupper(resolved_path[0]); in virtual_file_ex()
/PHP-8.0/ext/date/lib/
H A Dtimelib.c127 tm->tz_abbr[i] = toupper(tz_abbr[i]); in timelib_time_tz_abbr_update()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c786 *ubuf = toupper(*ubuf); in filter_error()
H A Dsoftmagic.c1932 if ((v = toupper(*b++) - *a++) != '\0') in file_strncmp()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c768 *s = toupper(*s); in firebird_stmt_param_hook()
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c2201 char ch = toupper( *pKey ); in GetHeaderVar()
2385 *p++ = toupper( ch ); in LSAPI_ForeachHeader_r()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c151 *s = toupper(*s); in pdo_stmt_describe_columns()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c621 key[i] = toupper(key[i]); in sapi_cli_server_register_entry_cb()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c7032 luaL_addchar(&b,toupper(uchar(s[i])));

Completed in 94 milliseconds