Home
last modified time | relevance | path

Searched refs:_ (Results 51 – 75 of 159) sorted by path

1234567

/PHP-7.4/ext/gettext/tests/
H A Dgettext_basic.phpt21 echo _("Basic test"), "\n";
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt61 …1d\x1e\x1f !\"#\$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrst…
H A Dfnv1a32.phpt71 array( '"_&O_oEqa09(W', '31218352' ),
105 array( 'DH"J>i*4y"<j>_/ ],59', '9354bdac' ),
125 array( '=_~5M[|lo,Z?>f]@?s}6$>iw', '621bbc86' ),
143 array( 'WH J.=;0zc]_;J\\8hI?]sk+=@dfy', '5e1e1340' ),
159 array( 'C7z4do<_<4:Y?JI$WaZ\'BoJ0;7dtV,w', '9874d3b3' ),
179 array( '{}f:~r7{0UGNa$_e:WCM$#d"&_{AQ`pN^Wh', 'fa87c111' ),
190 array( 'LnKkoO/Hkwez%o.`Q$@C\\upZ]}_.!CTM3!:#P', '9f74a4c3' ),
202 array( 'Wsr+G4tFS[KLm%JZTZ8a<_ :.mvyZJ!3>s>f)3-]', 'b47ebcb9' ),
213 array( '$3h4_}Mw6?-Im\\E&z/g<2M@Va<^W<]_@pITQH#J^BW', '5db013f4' ),
219 array( 'd|=vW63s@];SD^_ Ztcjm*He~/m!+?Xp<vgs-{hMY$"', '1ed13f33' ),
[all …]
H A Dfnv1a64.phpt66 array( '1_"vZ@Bp_{A}', 'e1e8fb095e4709fd' ),
85 array( '(&-JD[!LYVm<Bl#_', 'ec868a84ae92c032' ),
108 array( '_\\9C5;Sy-0)LdW[,NAAU7', 'c01a00203768a32c' ),
112 array( ' _{e\\N6#|2Nb~7y/6orUrq', '26006911a7c5d137' ),
133 array( 'a-bRCc!|_`3RWS)(5n`~TRSa?n', '7d6da8683f44e043' ),
171 array( '}@gh@ "K:Pm,*,.Tr"w4I+_\'CKcz]->\\N', '849ddd5ac8830991' ),
182 array( 'WYnCGrJlT<<8jgw{Mx4|eB\'2\'._#A)SybC>+', '444cf38629f9f5e6' ),
224 array( 'R5c|B@_~N"}McK\\,#cxpi%hxDhd?3HHf^,c!MD!{F I+', '4f0136432df156d5' ),
234 array( '0y(aIa*~F_#H<iUB%;\\N7punS[cq@:%Q4-3]o=]7|`_:J5', 'a38fb64baf6368b4' ),
262 array( 'l,LYR_GF;_\\a/8=-VYo*sXz7\\Hn/>%o+1<ed|-+8mhy}!8+Wq{ae', 'de82683d6c863f8e' ),
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_base64_basic.phpt24 $str = '!£$%^&*()_+-={][];;@~#?/>.<,';
H A Dimap_binary_basic.phpt27 $str = '_+-={][];;@~#?/>.<,';
/PHP-7.4/ext/intl/tests/
H A Dcollator_sort.phpt58 array( 'm' , '1' , '_' ),
115 0 => '_',
H A Dcollator_sort_variant2.phpt58 array( 'm' , '1' , '_' ),
115 0 => '_',
H A Dcollator_sort_with_sort_keys.phpt60 array( 'm' , '1' , '_' ),
105 0 => '_',
H A Dcollator_sort_with_sort_keys_variant2.phpt60 array( 'm' , '1' , '_' ),
105 0 => '_',
H A Dformatter_get_set_symbol2.phpt21 …'PERCENT_SYMBOL' => array( NumberFormatter::PERCENT_SYMBOL, '_%_', 12345.123456, NumberFormatter::…
93 New symbol: [_._]
98 New symbol: [_,_]
103 New symbol: [_;_]
108 New symbol: [_%_]
109 A number formatted with the new symbol: 1,234,512_%_
123 New symbol: [_-_]
128 New symbol: [_+_]
133 New symbol: [_$_]
134 A number formatted with the new symbol: _$_%A12,345.12
[all …]
H A Dformatter_get_set_text_attribute.phpt19 'POSITIVE_PREFIX' => array( NumberFormatter::POSITIVE_PREFIX, '_+_', 12345.1234 ),
20 'POSITIVE_SUFFIX' => array( NumberFormatter::POSITIVE_SUFFIX, '_+_', 12345.1234 ),
21 'NEGATIVE_PREFIX' => array( NumberFormatter::NEGATIVE_PREFIX, '_-_', -12345.1234 ),
22 'NEGATIVE_SUFFIX' => array( NumberFormatter::NEGATIVE_SUFFIX, '_-_', -12345.1234 ),
87 New value: [_+_]
88 Formatting number with new value: _+_12,345.123
93 New value: [_+_]
94 Formatting number with new value: 12,345.123_+_
99 New value: [_-_]
105 New value: [_-_]
[all …]
H A Dformatter_get_set_text_attribute_var2.phpt19 'POSITIVE_PREFIX' => array( NumberFormatter::POSITIVE_PREFIX, '_+_', 12345.1234 ),
20 'POSITIVE_SUFFIX' => array( NumberFormatter::POSITIVE_SUFFIX, '_+_', 12345.1234 ),
21 'NEGATIVE_PREFIX' => array( NumberFormatter::NEGATIVE_PREFIX, '_-_', -12345.1234 ),
22 'NEGATIVE_SUFFIX' => array( NumberFormatter::NEGATIVE_SUFFIX, '_-_', -12345.1234 ),
87 New value: [_+_]
88 Formatting number with new value: _+_12,345.123
93 New value: [_+_]
94 Formatting number with new value: 12,345.123_+_
99 New value: [_-_]
105 New value: [_-_]
[all …]
/PHP-7.4/ext/json/tests/
H A Dpass001.1.phpt44 \"special\": \"`1~!@#$%^&*()_+-={':[,]}|;.</>?\",
132 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
155 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
231 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
335 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
412 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
516 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
597 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
701 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
778 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
[all …]
H A Dpass001.1_64bit.phpt45 \"special\": \"`1~!@#$%^&*()_+-={':[,]}|;.</>?\",
133 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
156 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
232 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
336 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
413 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
517 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
598 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
702 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
779 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
[all …]
H A Dpass001.phpt38 \"special\": \"`1~!@#$%^&*()_+-={':[,]}|;.</>?\",
121 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
140 "\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
214 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
277 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
352 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
415 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
494 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
557 `1~!@#$%^&*()_+-=[]{}|;:',./<>?"]=>
632 string(31) "`1~!@#$%^&*()_+-={':[,]}|;.</>?"
[all …]
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_emoji_tbl.pl21 my @c = unpack("C*", pack("H4", $_[0]));
33 my @c = @_;
53 if ($_ =~ /^\d+/) {
54 @v = split(/;/,$_);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_named_subpatterns.phpt12 echo mb_ereg_replace('(?<a>\s*)(?<b>\w+)(?<c>\s*)', '\k<a>_\k<b>_\k<c>', 'a b c d e' ), "\n";
20 echo mb_ereg_replace('a', "\k'0'_\k<01>", 'a'), PHP_EOL;
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt104 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
106 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
108 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
H A Dmysqli_error_unicode.phpt34 mysqli_query($link, 'SELECT * FROM няма_такава_таблица');
45 string(%d) "Table 'няма_такава_таблица' doesn't exist"
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt52 …if (!$res = mysqli_query($link, "CREATE TABLE автори_на_mysqlnd (id integer not null auto_incremen…
55 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Андрей', 'Х…
58 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('Andrey', 'H…
61 …if (!$res = mysqli_query($link, "INSERT INTO автори_на_mysqlnd (име, фамилия) VALUES ('安德烈', 'Hris…
65 …if (!$res = mysqli_query($link, "SELECT id, име, фамилия FROM автори_на_mysqlnd ORDER BY фамилия, …
74 if (!$res = mysqli_query($link, "DROP TABLE автори_на_mysqlnd")) {
H A Dmysqli_query_unicode.phpt59 $res = mysqli_query($link, 'SELECT @version AS п_версия');
62 … if (!is_array($tmp) || empty($tmp) || !isset($tmp['п_версия']) || ('' == $tmp['п_версия'])) {
73 …k, 'CREATE FUNCTION функцийка( параметър_версия VARCHAR(25)) RETURNS VARCHAR(25) DETERMINISTIC RET…
74 $res = mysqli_query($link, 'SELECT функцийка(VERSION()) AS ф_версия');
77 … if (!is_array($tmp) || empty($tmp) || !isset($tmp['ф_версия']) || ('' == $tmp['ф_версия'])) {
H A Dmysqli_stmt_get_result_metadata.phpt43 …// !mysqli_stmt_prepare($stmt, "SELECT id, label, id + 1 as _id, concat(label, '_') _label FROM t…
45 …T id , label, id + 1 AS _id, label AS _label, null AS _null, CONCAT(label, '_') _label_concat FRO…
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt24 …!mysqli_stmt_prepare($stmt, "SELECT id, label, id + 1 as _id, concat(label, '_') ___label FROM te…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv

Completed in 49 milliseconds

1234567