Home
last modified time | relevance | path

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

123

/PHP-8.1/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.1/ext/enchant/tests/
H A Ddict_check.phpt30 echo("dict check new word failed\n");
/PHP-8.1/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.1/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt8 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm45 ; save MMX control- and status-word
47 ; save x87 control-word
/PHP-8.1/ext/date/lib/
H A Dparse_date.re566 char *word;
576 memcpy(word, begin, end - begin);
585 timelib_free(word);
599 char *word;
609 memcpy(word, begin, end - begin);
617 timelib_free(word);
646 char *word;
665 timelib_free(word);
718 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) {
752 char *word;
[all …]
H A Dparse_date.c568 char *word; in timelib_lookup_relative_text() local
578 memcpy(word, begin, end - begin); in timelib_lookup_relative_text()
587 timelib_free(word); in timelib_lookup_relative_text()
601 char *word; in timelib_lookup_month() local
611 memcpy(word, begin, end - begin); in timelib_lookup_month()
619 timelib_free(word); in timelib_lookup_month()
648 char *word; in timelib_lookup_relunit() local
667 timelib_free(word); in timelib_lookup_relunit()
720 if (timelib_strcasecmp("utc", word) == 0 || timelib_strcasecmp("gmt", word) == 0) { in abbr_search()
754 char *word; in timelib_lookup_abbr() local
[all …]
/PHP-8.1/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.1/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_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_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_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
H A Dparse_url_basic_001.phpt635 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0: array(6) {
645 string(11) "my_pas-word"
H A Dparse_url_unterminated.phpt641 --> http://user_me-you:my_pas-word@www.example.com:8080?bar=1&boom=0: array(6) {
651 string(11) "my_pas-word"
/PHP-8.1/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.1/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.1/
H A DCODING_STANDARDS.md132 followed by a word or an underscore-delimited list of words, in lowercase
146 starts a new `word` is capitalized:
165 possible. Each word in the class name should start with a capital letter,
/PHP-8.1/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-8.1/main/
H A Drfc1867.c818 char *key = NULL, *word = pair; local
858 efree(word);

Completed in 170 milliseconds

123