Home
last modified time | relevance | path

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

12

/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt11 …ay will have the default key values (0-9) and each value is the corresponding key written in words.
17 $subject1 = 'there are 7 words in this sentence.';
20 $subject2 = '1 2 3 4 is now written in words';
29 there are seven words in this sentence.
30 one two three 4 is now written in words
H A Dbug34790.phpt10 $words = func1();
11 var_dump($words);
/php-src/ext/standard/tests/strings/
H A Dhebrev_basic.phpt8 …ction converts logical Hebrew text to visual text.\nThe function tries to avoid breaking words.\n";
17 .The function tries to avoid breaking words
25 breaking words
H A Ducwords_variation5.phpt7 var_dump(ucwords('testing-dashed-words', '-'));
8 var_dump(ucwords('test(braced)words', '()'));
H A Dtrim_basic.phpt8 $text = " \t\r\n\0\x0B ---These are a few words--- \t\r\n\0\x0B ";
29 string(27) "---These are a few words---"
H A Dltrim_basic.phpt8 $text = " \t\r\n\0\x0B ---These are a few words--- ";
34 string(29) "---These are a few words--- "
H A Drtrim_basic.phpt8 $text = "---These are a few words--- \t\r\n\0\x0B ";
35 string(27) "---These are a few words---"
/php-src/ext/intl/tests/
H A Dspoofchecker_002.phpt13 echo "Checking if words are confusable\n";
19 Checking if words are confusable
/php-src/Zend/tests/grammar/
H A Dregression_007.phpt2 Test to ensure semi reserved words allow deference
H A Dsemi_reserved_003.phpt2 Test semi-reserved words as class properties
H A Dsemi_reserved_004.phpt2 Test semi-reserved words as static class properties
H A Dsemi_reserved_005.phpt2 Test semi-reserved words as class constants
H A Dsemi_reserved_001.phpt2 Test semi-reserved words as class methods
/php-src/ext/mbstring/tests/
H A Dmb_decode_mimeheader_basic.phpt10 //the following encoded-words are identical and are UTF-8 Japanese.
H A Dmb_decode_mimeheader_variation5.phpt14 // This is how underscores should be encoded in MIME encoded words with QPrint
H A Dmb_decode_mimeheader_variation4.phpt10 // valid MIME encoded words
37 // and could never get out of that state; it would not even try to interpret any other encoded words
/php-src/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-src/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/php-src/
H A DCODING_STANDARDS.md89 `PHP_FUNCTION()` macro. They should be in lowercase, with words underscore
141 followed by a word or an underscore-delimited list of words, in lowercase
150 words.
166 regular words, thus they should be written with an uppercase first character,
229 lowercase, with words underscore delimited. Exposed API must be defined in
/php-src/ext/standard/
H A Dcrypt_sha256.c92 const uint32_t *words = buffer; in sha256_process_block() local
140 W[t] = SWAP (*words); in sha256_process_block()
141 ++words; in sha256_process_block()
H A Dcrypt_sha512.c122 const uint64_t *words = buffer; in sha512_process_block() local
169 W[t] = SWAP (*words); in sha512_process_block()
170 ++words; in sha512_process_block()
/php-src/tests/lang/
H A Dbug20175.phpt37 * words the return value of bar_global() is a temporary variable only valid
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst19 - Tokenization - splitting whole source files into words, called tokens.
42 and splitting it into a list of words and symbols. Tokens generally consist of a type, a simple
/php-src/win32/build/
H A Dconfutils.js283 var words = text.split(new RegExp("\\s+", "g"));
303 for (i = 0; i < words.length; i++) {
305 t = this_line + " " + words[i];
307 t = words[i];
319 this_line += " " + words[i];
321 this_line = words[i];

Completed in 34 milliseconds

12