Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug62479.phpt64 $sql = sprintf($template, "my pass''word");
67 $testConn = new PDO($config['ENV']['PDOTEST_DSN'], $user, "my pass'word");
/PHP-8.3/ext/gmp/tests/
H A Dgmp_import.phpt50 // Invalid word sizes
98 gmp_import(): Argument #3 ($flags) cannot use multiple word order options
/PHP-8.3/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-8.3/ext/enchant/tests/
H A Ddict_check.phpt30 echo("dict check new word failed\n");
/PHP-8.3/ext/pspell/
H A Dpspell_arginfo.h27 ZEND_ARG_TYPE_INFO(0, word, IS_STRING, 0)
32 ZEND_ARG_TYPE_INFO(0, word, IS_STRING, 0)
/PHP-8.3/
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-8.3/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm45 ; save MMX control- and status-word
47 ; save x87 control-word
/PHP-8.3/ext/date/lib/
H A Dparse_date.re603 char *word;
613 memcpy(word, begin, end - begin);
622 timelib_free(word);
636 char *word;
646 memcpy(word, begin, end - begin);
654 timelib_free(word);
695 char *word;
714 timelib_free(word);
778 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
812 char *word;
[all …]
/PHP-8.3/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-8.3/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
/PHP-8.3/ext/opcache/jit/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-8.3/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-8.3/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…

Completed in 34 milliseconds

123