Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 71) sorted by path

123

/PHP-5.5/
H A DCODING_STANDARDS126 with ``_php_``, and followed by a word or an underscore-delimited list of
140 letter that starts a new 'word' is capitalized::
153 possible. Each word in the class name should start with a capital letter,
H A DNEWS5409 - Fixed bug #47409 (extract() problem with array containing word "this").
9084 characters to be considered as word part. FR #31560. (Andrey, Ilia)
H A Dacinclude.m42051 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.5/Zend/
H A Dacinclude.m4101 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
198 AC_MSG_CHECKING([whether FPU control word can be manipulated by inline assembler])
216 …AC_DEFINE(HAVE_FPU_INLINE_ASM_X86, 1, [whether FPU control word can be manipulated by inline assem…
/PHP-5.5/build/
H A Dlibtool.m4733 # (2) before a word containing "conftest.", or (3) at the end.
1150 # (2) before a word containing "conftest.", or (3) at the end.
2179 dnl POSIX.2 word splitting is done only on the output of word expansions,
2180 dnl not every word. This closes a longstanding sh security hole.
/PHP-5.5/ext/com_dotnet/
H A DREADME57 $word = new COM("word.application");
58 print "Loaded Word, version {$word->Version}\n";
59 $word->Visible = 1;
60 $word->Documents->Add();
61 $word->Selection->TypeText("This is a test...");
62 $word->Documents[1]->SaveAs("Useless test.doc");
63 $word->Quit();
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug66431_1.phpt8 new COM("word.application", NULL, CP_UTF8);
22 $Wrd = new COM("word.application", NULL, CP_UTF8);
30 $Wrd = new COM("word.application", NULL, CP_UTF8);
37 /* trim the returned text as we'll get windows eol from a word doc. */
/PHP-5.5/ext/date/lib/
H A Dparse_date.c538 char *word; in timelib_lookup_relative_text() local
548 memcpy(word, begin, end - begin); in timelib_lookup_relative_text()
557 free(word); in timelib_lookup_relative_text()
571 char *word; in timelib_lookup_month() local
581 memcpy(word, begin, end - begin); in timelib_lookup_month()
589 free(word); in timelib_lookup_month()
618 char *word; in timelib_lookup_relunit() local
637 free(word); in timelib_lookup_relunit()
679 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) { in abbr_search()
713 char *word; in timelib_lookup_abbr() local
[all …]
H A Dparse_date.re536 char *word;
546 memcpy(word, begin, end - begin);
555 free(word);
569 char *word;
579 memcpy(word, begin, end - begin);
587 free(word);
616 char *word;
635 free(word);
677 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
711 char *word;
[all …]
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.5/ext/enchant/
H A Denchant.c107 ZEND_ARG_INFO(0, word)
113 ZEND_ARG_INFO(0, word)
722 char *word; local
737 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) {
768 char *word; local
787 char *word; local
820 char *word; local
830 enchant_dict_add_to_personal(pdict->pdict, word, wordlen);
839 char *word; local
849 enchant_dict_add_to_session(pdict->pdict, word, wordlen);
[all …]
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW9 New in alpha3.3: The definition of word boundaries has been altered
87 word width isn't hardwired into regexec.c any more, the public header
H A Dtests321 # and one really big one, beyond any plausible word width
453 # word boundaries (ick)
/PHP-5.5/ext/ereg/tests/
H A Deregi_replace_basic.phpt24 var_dump(eregi_replace('([[:lower:]]+) word', '\\1_character', $string));
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1325 # AppleWorks word processor:
3754 # Claris Works a word processor, etc.
5690 !:mime application/x-epoc-word
11935 #>65 string AWWP (AppleWorks word processor)
11965 #>65 string WDBN (Microsoft Word word processor)
11966 #>65 string WORD (MacWrite word processor)
11974 #>65 string nX^d (WriteNow word processor)
14453 # int8 flags; // probably a flag word...
18303 # wordprocessors: file(1) magic fo word processors.
18530 >0x1c byte &0x40 word-swapped
[all …]
/PHP-5.5/ext/iconv/tests/
H A Dbug51250.phpt9 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= .", $m));
10 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
15 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= ."));
20 string(23) "Legal encoded-word: * ."
21 string(23) "Legal encoded-word: * ."
22 string(24) "Illegal encoded-word: ."
23 string(23) "Illegal encoded-word: ."
24 string(23) "Legal encoded-word: * ."
25 string(23) "Legal encoded-word: * ."
[all …]
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt33 // the word 'hindi' using Devanagari characters:
H A Duconverter_oop_callback.phpt27 foreach(array("regular", "irregul\xC1\xA1r", "\xC2\xA1unsupported!") as $word) {
28 $c->convert($word);
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY209 add [:word:] POSIX bracket.
1231 to unaligned word access condition. (AMD64 ?)
1931 2002/03/19: [impl] word alignment of char class multi-byte code ranges.
1960 2002/03/11: [new] \k (single-byte word char), \K (multi-byte char).
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE39 \w word character
47 \W non word char
141 \b word boundary
142 \B not word boundary
179 word alphanumeric, "_" and multibyte characters
201 word Letter | Mark | Decimal_Number | Connector_Punctuation
236 (All characters of the name must be a word character.)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_basic.phpt11 * Description: Decodes the MIME "encoded-word" in the string
H A Dmb_decode_mimeheader_error.phpt11 * Description: Decodes the MIME "encoded-word" in the string
H A Dmb_decode_mimeheader_variation1.phpt13 * Description: Decodes the MIME "encoded-word" in the string
H A Dmb_decode_mimeheader_variation2.phpt11 * Description: Decodes the MIME "encoded-word" in the string
37 foreach ($encoded_words as $word) {
38 var_dump(bin2hex(mb_decode_mimeheader($word)));
H A Dmb_decode_mimeheader_variation3.phpt11 * Description: Decodes the MIME "encoded-word" in the string

Completed in 176 milliseconds

123