Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.0/ext/standard/tests/strings/
H A Dhebrev_variation2.phpt97 .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 Dhebrev_basic.phpt13 …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 Dhebrevc_variation2.phpt100 .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 Dhebrevc_basic.phpt13 …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 Ducwords_variation5.phpt12 var_dump(ucwords('testing-dashed-words', '-'));
13 var_dump(ucwords('test(braced)words', '()'));
H A Dtrim_basic.phpt13 $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 Dltrim_basic.phpt13 $text = " \t\r\n\0\x0B ---These are a few words--- ";
40 string(29) "---These are a few words--- "
H A Drtrim_basic.phpt13 $text = "---These are a few words--- \t\r\n\0\x0B ";
41 string(27) "---These are a few words---"
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 …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 Dbug34790.phpt10 $words = func1();
11 var_dump($words);
H A Dpreg_replace_callback_error.phpt21 $subject = 'there are 7 words in this sentence.';
/PHP-7.0/ext/intl/tests/
H A Dspoofchecker_002.phpt11 echo "Checking if words are confusable\n";
17 Checking if words are confusable
/PHP-7.0/Zend/tests/grammar/
H A Dregression_007.phpt2 Test to ensure semi reserved words allow deference
/PHP-7.0/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_002.phpt2 Semi reserved words support: class const
H A Dtoken_get_all_TOKEN_PARSE_001.phpt2 Semi reserved words support: member access
/PHP-7.0/ext/mbstring/tests/
H A Dmb_decode_mimeheader_basic.phpt19 //the following encoded-words are identical and are UTF-8 Japanese.
/PHP-7.0/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/PHP-7.0/ext/spl/examples/
H A Dkeyfilter.inc18 * are strings. In other words you can put an iterator into the constructor
/PHP-7.0/ext/spl/internal/
H A Dfilteriterator.inc18 * Instances of this class act as a filter around iterators. In other words
/PHP-7.0/ext/mysqli/tests/
H A D003.phpt34 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c107 const uint32_t *words = buffer; in sha256_process_block() local
155 W[t] = SWAP (*words); in sha256_process_block()
156 ++words; in sha256_process_block()
H A Dcrypt_sha512.c133 const uint64_t *words = buffer; in sha512_process_block() local
180 W[t] = SWAP (*words); in sha512_process_block()
181 ++words; in sha512_process_block()
/PHP-7.0/ext/pspell/
H A DREADME47 pspell_add_to_personal() to add words to the wordlist and finally
/PHP-7.0/
H A DCODING_STANDARDS90 the PHP_FUNCTION() macro. They should be in lowercase, with words
129 words, in lowercase letters, that describes the function. If applicable,
137 between words.
173 lowercase, with words underscore delimited. Exposed API must be defined
/PHP-7.0/tests/lang/
H A Dbug20175.phpt37 * words the return value of bar_global() is a temporary variable only valid

Completed in 39 milliseconds

12