Home
last modified time | relevance | path

Searched refs:word (Results 26 – 50 of 64) sorted by relevance

123

/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation5.phpt8 // RFC 2047 says that in a QPrint-encoded MIME encoded word, underscores should be converted to spa…
H A Dmb_strtolower_basic.phpt46 // When checking whether capital sigma is at the end of a word or not, we skip over
59 // When scanning forward to confirm if capital sigma is at the end of a word or not,
H A Dmb_encode_mimeheader_variation6.phpt8 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
H A Dmb_convert_case_various_mode.phpt32 // When checking whether capital sigma is at the end of a word or not, we skip over
45 // When scanning forward to confirm if capital sigma is at the end of a word or not,
H A Dmb_encode_mimeheader_basic4.phpt41 // Try multiple spaces after a word
50 // when entire input is one ASCII 'word' and high indent value makes us consider
59 // Regression test: include space after ASCII word when switching to Base64 encoding
86 // we may need to emit a linefeed before we start the next MIME encoded word
106 // Legacy implementation would always include at least one wchar in each encoded word;
/php-src/ext/enchant/tests/
H A Ddict_check.phpt30 echo("dict check new word failed\n");
/php-src/
H A D.gitattributes17 # of git diff and to improve token splitting for --word-diff.
H A DCODING_STANDARDS.md141 followed by a word or an underscore-delimited list of words, in lowercase
155 starts a new `word` is capitalized:
174 possible. Each word in the class name should start with a capital letter,
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm45 ; save MMX control- and status-word
47 ; save x87 control-word
/php-src/ext/date/lib/
H A Dparse_date.re599 char *word;
609 memcpy(word, begin, end - begin);
618 timelib_free(word);
632 char *word;
642 memcpy(word, begin, end - begin);
650 timelib_free(word);
691 char *word;
710 timelib_free(word);
774 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
808 char *word;
[all …]
/php-src/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 …[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 cha…
H A Dpreg_replace_edit_basic.phpt18 …'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 characters an…
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : string(11) "my_pas-word"
H A Durls.inc63 'http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0',
H A Dparse_url_basic_004.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : int(8080)
H A Dparse_url_basic_002.phpt78 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : string(4) "http"
H A Dparse_url_basic_005.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : string(11) "user_me-you"
H A Dparse_url_basic_008.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : string(12) "bar=1&boom=0"
H A Dparse_url_basic_009.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : NULL
H A Dparse_url_basic_003.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : string(15) "www.example.co…
H A Dparse_url_basic_007.phpt77 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0 : NULL
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua221 local function definesubst_one(word)
222 local subst = map_def[word]
223 if subst then gotsubst = word; return subst else return word end
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c349 void fromWordToBytes(UINT8 *bytes, const UINT64 word) in fromWordToBytes() argument
354 bytes[i] = (word >> (8*i)) & 0xFF; in fromWordToBytes()
/php-src/Zend/
H A DZend.m496 AC_MSG_CHECKING([whether FPU control word can be manipulated by inline assembler])
114 …AC_DEFINE(HAVE_FPU_INLINE_ASM_X86, 1, [whether FPU control word can be manipulated by inline assem…
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1061 #define WORD word
1070 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_clz_ctz() local
1156 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_rev16() local
1193 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in emit_single_op() local
1524 if (word) { in emit_single_op()
1757 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in sljit_emit_op0() local
1759 SLJIT_ASSERT(word == 0 || word == 0x8); in sljit_emit_op0()
1953 sljit_ins word = (sljit_ins)(op & SLJIT_32) >> 5; in sljit_emit_shift_into() local
2809 sljit_ins word = (sljit_ins)(type & SLJIT_32) >> 5; in sljit_emit_select() local
2852 if (word) in sljit_emit_select()

Completed in 49 milliseconds

123