Home
last modified time | relevance | path

Searched refs:chars (Results 76 – 100 of 178) sorted by relevance

12345678

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_1.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
H A Dbug54028.phpt2 Bug #54028 Directory::read() cannot handle non-unicode chars properly
H A Dtest_cp1250_to_utf8_2.phpt23 $item = "šđčćž_ŠĐČĆŽ"; // cp1250 specific chars
H A Dtest_cp1250_to_utf8_4.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
H A Dtest_cp1250_to_utf8_5.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt31 'containing @ # $ % ^ & chars',
33 'with \0 and ".chr(0)."null chars', //for binary safe
H A Dnl2br_variation4.phpt12 * new line chars for 'str'
H A Dstrval_basic.phpt25 // String with control chars
H A Dnl2br_variation2.phpt11 * combinations of new line chars to 'str' argument
H A Dstrtoupper1.phpt28 echo "*** Testing strtoupper() with 128 chars ***\n";
74 *** Testing strtoupper() with 128 chars ***
H A Dstrrchr_variation2.phpt42 //special chars
70 '456HEE', //numerics + chars
H A Dstrtolower.phpt28 echo "*** Testing strtolower() with 128 chars ***\n";
74 *** Testing strtolower() with 128 chars ***
H A Dhtmlentities-utf.phpt2 HTML entities with invalid chars
H A Dstrrchr_variation1.phpt42 //special chars
70 "456HEE", //numerics + chars
H A Dstrrpos_variation1.phpt42 //special chars
61 "456HEE", //numerics + chars
H A Dhtmlentities-utf-2.phpt2 HTML entities with invalid chars and ENT_IGNORE
H A Dchunk_split_variation9.phpt28 "@#$%^", //Special chars
30 // white space chars
H A Dstrrpos_variation2.phpt42 //special chars
61 '456HEE', //numerics + chars
H A Dstrtr_variation4.phpt13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
/PHP-7.4/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt25 $string_ascii = '+Is an English string'; //21 chars
28 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
H A Dmb_strpos_variation5.phpt25 $string_ascii = '+Is an English string'; //21 chars
28 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
H A Dmb_strripos_variation5_Bug45923.phpt26 $string_ascii = '+Is an English string'; //21 chars
29 …se64_decode('5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CCMDEyMzTvvJXvvJbvvJfvvJjvvJnjgII='); //21 chars
/PHP-7.4/ext/standard/tests/file/
H A Dfilesize_variation4-win32.phpt23 …ning all the types like !@@##$%^&*():<>?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5338 chars->chars[0] = chr; in add_prefix_char()
5346 if (chars->chars[i] == chr) in add_prefix_char()
5355 chars->chars[count] = chr; in add_prefix_char()
5800 a1 = chars[i].chars[0]; in check_fast_forward_char_pair_simd()
5801 a2 = chars[i].chars[1]; in check_fast_forward_char_pair_simd()
5831 …har_pair_simd(common, max_i, chars[max_i].chars[0], chars[max_i].chars[1], max_j, chars[max_j].cha… in check_fast_forward_char_pair_simd()
5959 chars[i].chars[1] = chars[i].chars[0]; in fast_forward_first_n_chars()
5963 SLJIT_ASSERT(chars[i].chars[0] != chars[i].chars[1]); in fast_forward_first_n_chars()
5965 if (is_powerof2(chars[i].chars[0] ^ chars[i].chars[1])) in fast_forward_first_n_chars()
6050 fast_forward_first_char2(common, chars[offset].chars[0], chars[offset].chars[1], offset); in fast_forward_first_n_chars()
[all …]

Completed in 53 milliseconds

12345678