Searched refs:words (Results 1 – 25 of 44) sorted by relevance
12
/PHP-5.4/ext/standard/tests/strings/ |
H A D | hebrev_variation2.phpt | 97 .The function tries to avoid breaking words 112 .The function tries to avoid breaking words 116 .The function tries to avoid breaking words 120 .The function tries to avoid breaking words 151 words 179 .The function tries to avoid breaking words 206 .The function tries to avoid breaking words 221 .The function tries to avoid breaking words 225 .The function tries to avoid breaking words 229 .The function tries to avoid breaking words [all …]
|
H A D | hebrev_basic.phpt | 13 …ction converts logical Hebrew text to visual text.\nThe function tries to avoid breaking words.\n"; 23 .The function tries to avoid breaking words 31 breaking words
|
H A D | hebrevc_basic.phpt | 13 …erence that it converts newlines (\n) to '<br>\n'.\nThe function tries to avoid breaking words.\n"; 26 .The function tries to avoid breaking words<br /> 43 breaking words<br />
|
H A D | hebrevc_variation2.phpt | 100 .The function tries to avoid breaking words<br /> 129 .The function tries to avoid breaking words<br /> 136 .The function tries to avoid breaking words<br /> 143 .The function tries to avoid breaking words<br /> 204 words<br /> 253 .The function tries to avoid breaking words<br /> 294 .The function tries to avoid breaking words<br /> 323 .The function tries to avoid breaking words<br /> 330 .The function tries to avoid breaking words<br /> 337 .The function tries to avoid breaking words<br /> [all …]
|
H A D | ucwords_variation5.phpt | 12 var_dump(ucwords('testing-dashed-words', '-')); 13 var_dump(ucwords('test(braced)words', '()'));
|
H A D | trim_basic.phpt | 13 $text = " \t\r\n\0\x0B ---These are a few words--- \t\r\n\0\x0B "; 35 string(27) "---These are a few words---"
|
H A D | ltrim_basic.phpt | 13 $text = " \t\r\n\0\x0B ---These are a few words--- "; 40 string(29) "---These are a few words--- "
|
H A D | rtrim_basic.phpt | 13 $text = "---These are a few words--- \t\r\n\0\x0B "; 41 string(27) "---These are a few words---"
|
/PHP-5.4/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 12 …ay will have the default key values (0-9) and each value is the corresponding key written in words. 18 $subject1 = 'there are 7 words in this sentence.'; 21 $subject2 = '1 2 3 4 is now written in words'; 30 there are seven words in this sentence. 31 one two three 4 is now written in words
|
H A D | bug34790.phpt | 10 $words = func1(); 11 var_dump($words);
|
H A D | preg_replace_callback_error.phpt | 21 $subject = 'there are 7 words in this sentence.';
|
/PHP-5.4/ext/intl/tests/ |
H A D | spoofchecker_002.phpt | 11 echo "Checking if words are confusable\n"; 17 Checking if words are confusable
|
/PHP-5.4/ext/ereg/tests/ |
H A D | eregi_replace_basic.phpt | 18 $string = 'UPPERCASE WORDS, lowercase words, MIxED CaSe woRdS'; 32 string(50) "UPPERCASE WORDS, lowercase words, MIxED CaSe woRdS"
|
H A D | eregi_basic.phpt | 18 lowercase words 22 var_dump(eregi('words', $string, $match1));
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_basic.phpt | 19 //the following encoded-words are identical and are UTF-8 Japanese.
|
/PHP-5.4/ext/iconv/tests/ |
H A D | bug51250.phpt | 2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
|
/PHP-5.4/ext/spl/examples/ |
H A D | keyfilter.inc | 18 * are strings. In other words you can put an iterator into the constructor
|
/PHP-5.4/ext/spl/internal/ |
H A D | filteriterator.inc | 18 * Instances of this class act as a filter around iterators. In other words
|
/PHP-5.4/ext/standard/ |
H A D | crypt_sha256.c | 113 const uint32_t *words = buffer; in sha256_process_block() local 161 W[t] = SWAP (*words); in sha256_process_block() 162 ++words; in sha256_process_block()
|
H A D | crypt_sha512.c | 139 const uint64_t *words = buffer; in sha512_process_block() local 186 W[t] = SWAP (*words); in sha512_process_block() 187 ++words; in sha512_process_block()
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | 003.phpt | 34 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
|
/PHP-5.4/ |
H A D | CODING_STANDARDS | 89 the PHP_FUNCTION() macro. They should be in lowercase, with words 127 words, in lowercase letters, that describes the function. If applicable, 135 between words. 171 lowercase, with words underscore delimited. Exposed API must be defined
|
/PHP-5.4/ext/pspell/ |
H A D | README | 47 pspell_add_to_personal() to add words to the wordlist and finally
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 259 var words = text.split(new RegExp("\\s+", "g")); 279 for (i = 0; i < words.length; i++) { 281 t = this_line + " " + words[i]; 283 t = words[i]; 295 this_line += " " + words[i]; 297 this_line = words[i];
|
/PHP-5.4/tests/lang/ |
H A D | bug20175.phpt | 39 * words the return value of bar_global() is a temporary variable only valid
|
Completed in 36 milliseconds
12