Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 71) sorted by last modified time

123

/PHP-5.5/main/
H A Drfc1867.c804 char *key = NULL, *word = pair; local
844 efree(word);
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_basic.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_error.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation1.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation2.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation3.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation4.phpt6 * Description: Uppercase the first character of each word in a string
H A Dstrrchr_basic.phpt12 var_dump( strrchr("Hello, World", "Hello") ); //needle as a first word of haystack
20 //needle as second word of haystack
/PHP-5.5/ext/standard/
H A Dmetaphone.c28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int …
112 #define Next_Letter (toupper(word[w_idx+1]))
114 #define Curr_Letter (toupper(word[w_idx]))
116 #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0')
120 #define After_Next_Letter (Next_Letter != '\0' ? toupper(word[w_idx+2]) \
122 #define Look_Ahead_Letter(n) (toupper(Lookahead(word+w_idx, n)))
127 static char Lookahead(char *word, int how_far) in Lookahead() argument
131 for (idx = 0; word[idx] != '\0' && idx < how_far; idx++); in Lookahead()
134 letter_ahead = word[idx]; /* idx will be either == to how_far or in Lookahead()
167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int … in metaphone() argument
[all …]
/PHP-5.5/ext/pspell/
H A Dpspell.c99 ZEND_ARG_INFO(0, word)
104 ZEND_ARG_INFO(0, word)
115 ZEND_ARG_INFO(0, word)
120 ZEND_ARG_INFO(0, word)
496 char *word; in PHP_FUNCTION() local
505 if (pspell_manager_check(manager, word)) { in PHP_FUNCTION()
518 char *word; in PHP_FUNCTION() local
533 wl = pspell_manager_suggest(manager, word); in PHP_FUNCTION()
578 char *word; in PHP_FUNCTION() local
608 char *word; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt61 $sql = sprintf($template, "my pass''word");
64 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "my pass'word");
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 …[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_callback_error.phpt28 var_dump(preg_replace_callback($regex, 'integer word'));
H A Dpreg_replace_edit_basic.phpt24 …'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 characters an…
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput8967 ) # initial word
1018 ) # one word, optionally followed by....
1100 ) # initial word
1342 # leading word
2115 /word (?:[a-zA-Z0-9]+ ){0,10}otherword/
2116 word cat dog elephant mussel cow horse canary baboon snake shark otherword
2117 word cat dog elephant mussel cow horse canary baboon snake shark
2119 /word (?:[a-zA-Z0-9]+ ){0,300}otherword/
3784 /word (?>(?:(?!otherword)[a-zA-Z0-9]+ ){0,30})otherword/
3786 word cat dog elephant mussel cow horse canary baboon snake shark
[all …]
H A Dtestoutput1957 ) # initial word
1008 ) # one word, optionally followed by....
1090 ) # initial word
1341 # leading word
2538 /word (?:[a-zA-Z0-9]+ ){0,10}otherword/
2539 word cat dog elephant mussel cow horse canary baboon snake shark otherword
2541 word cat dog elephant mussel cow horse canary baboon snake shark
2544 /word (?:[a-zA-Z0-9]+ ){0,300}otherword/
5849 /word (?>(?:(?!otherword)[a-zA-Z0-9]+ ){0,30})otherword/
5852 word cat dog elephant mussel cow horse canary baboon snake shark
[all …]
H A Dtestoutput14176 ) # initial word
227 ) # one word, optionally followed by....
309 ) # initial word
H A Dtestoutput1743 ) # initial word
94 ) # one word, optionally followed by....
176 ) # initial word
H A Dtestoutput21097 /word ((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+
2064 /^[[:word:]]/DZ
9815 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ
9837 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
14142 /-- Test the ugly "start or end of word" compatibility syntax --/
H A Dtestoutput41006 /[[:^word:]]/8g
H A Dtestoutput7891 /[[:word:]]/WBZ
H A Dtestoutput81812 ) # initial word
1863 ) # one word, optionally followed by....
1945 ) # initial word
2204 # leading word
3247 /word (?:[a-zA-Z0-9]+ ){0,10}otherword/
3248 word cat dog elephant mussel cow horse canary baboon snake shark otherword
3250 word cat dog elephant mussel cow horse canary baboon snake shark
3253 /word (?:[a-zA-Z0-9]+ ){0,300}otherword/
5916 /word (?>(?:(?!otherword)[a-zA-Z0-9]+ ){0,30})otherword/
5919 word cat dog elephant mussel cow horse canary baboon snake shark
[all …]
H A Dtestinput2434 /word ((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+ )((?:[a-zA-Z0-9]+
688 /^[[:word:]]/DZ
2750 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ
2752 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
4042 /-- Test the ugly "start or end of word" compatibility syntax --/
H A Dtestinput4571 /[[:^word:]]/8g
H A Dtestinput7428 /[[:word:]]/WBZ

Completed in 114 milliseconds

123