Searched refs:words (Results 1 – 25 of 31) sorted by relevance
12
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_replace_callback_basic.phpt | 11 …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 D | bug34790.phpt | 10 $words = func1(); 11 var_dump($words);
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | hebrev_basic.phpt | 8 …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 D | ucwords_variation5.phpt | 7 var_dump(ucwords('testing-dashed-words', '-')); 8 var_dump(ucwords('test(braced)words', '()'));
|
H A D | trim_basic.phpt | 8 $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 D | ltrim_basic.phpt | 8 $text = " \t\r\n\0\x0B ---These are a few words--- "; 34 string(29) "---These are a few words--- "
|
H A D | rtrim_basic.phpt | 8 $text = "---These are a few words--- \t\r\n\0\x0B "; 35 string(27) "---These are a few words---"
|
/PHP-8.2/ext/intl/tests/ |
H A D | spoofchecker_002.phpt | 13 echo "Checking if words are confusable\n"; 19 Checking if words are confusable
|
/PHP-8.2/Zend/tests/grammar/ |
H A D | regression_007.phpt | 2 Test to ensure semi reserved words allow deference
|
H A D | semi_reserved_003.phpt | 2 Test semi-reserved words as class properties
|
H A D | semi_reserved_004.phpt | 2 Test semi-reserved words as static class properties
|
H A D | semi_reserved_005.phpt | 2 Test semi-reserved words as class constants
|
H A D | semi_reserved_001.phpt | 2 Test semi-reserved words as class methods
|
H A D | semi_reserved_002.phpt | 2 Test semi-reserved words as static class methods
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_basic.phpt | 10 //the following encoded-words are identical and are UTF-8 Japanese.
|
/PHP-8.2/ext/tokenizer/tests/ |
H A D | token_get_all_TOKEN_PARSE_002.phpt | 2 Semi reserved words support: class const
|
H A D | token_get_all_TOKEN_PARSE_001.phpt | 2 Semi reserved words support: member access
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug51250.phpt | 2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | 003.phpt | 35 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
|
/PHP-8.2/ext/standard/ |
H A D | crypt_sha256.c | 97 const uint32_t *words = buffer; in sha256_process_block() local 145 W[t] = SWAP (*words); in sha256_process_block() 146 ++words; in sha256_process_block()
|
H A D | crypt_sha512.c | 123 const uint64_t *words = buffer; in sha512_process_block() local 170 W[t] = SWAP (*words); in sha512_process_block() 171 ++words; in sha512_process_block()
|
/PHP-8.2/ |
H A D | CODING_STANDARDS.md | 80 `PHP_FUNCTION()` macro. They should be in lowercase, with words underscore 132 followed by a word or an underscore-delimited list of words, in lowercase 141 words. 208 lowercase, with words underscore delimited. Exposed API must be defined in
|
/PHP-8.2/tests/lang/ |
H A D | bug20175.phpt | 37 * words the return value of bar_global() is a temporary variable only valid
|
/PHP-8.2/win32/build/ |
H A D | confutils.js | 283 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];
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 169 ; Expected:error, reserved key words must not be used as keys for ini file
|
Completed in 40 milliseconds
12