Home
last modified time | relevance | path

Searched refs:C3 (Results 1 – 25 of 37) sorted by relevance

12

/php-src/ext/intl/tests/
H A Dnormalizer_normalize.phpt99 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_C' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3%…
101 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_C' is '%C3%85%7C%7C%C3%85%7C%7C…
111 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_D' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co%…
113 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_D' is 'A%CC%8A%7C%7CA%CC%8A%7C%…
123 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KC' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3
125 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KC' is '%C3%85%7C%7C%C3%85%7C%7…
135 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KD' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co…
137 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KD' is 'A%CC%8A%7C%7CA%CC%8A%7C…
H A Dnormalizer_normalize_kc_cf.phpt94 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KC_CF' is '%C3%A4%7C%7C%C3%A5%7C%7C…
96 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KC_CF' is '%C3%A5%7C%7C%C3%A5%7…
H A Duconverter_func_basic.phpt16 string(12) "Espa%C3%B1ol"
17 string(11) "Stra%C3%9Fa"
H A Duconverter_oop_basic.phpt19 string(12) "Espa%C3%B1ol"
20 string(11) "Stra%C3%9Fa"
H A Didn.phpt18 t%C3%A4st.de
/php-src/ext/standard/tests/strings/
H A Dutf8.phpt6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
10 %E6 -> %C3%A6
13 %E6 <- %C3%A6
H A Dhtmlentities_html4.phpt13 $retval = pack('C3',
101 &Atilde; U+000C3
212 &sigma; U+003C3
/php-src/ext/hash/
H A Dhash_whirlpool.c82 C3[(int)(K[5] >> 32) & 0xff] ^ in WhirlpoolTransform()
92 C3[(int)(K[6] >> 32) & 0xff] ^ in WhirlpoolTransform()
101 C3[(int)(K[7] >> 32) & 0xff] ^ in WhirlpoolTransform()
110 C3[(int)(K[0] >> 32) & 0xff] ^ in WhirlpoolTransform()
119 C3[(int)(K[1] >> 32) & 0xff] ^ in WhirlpoolTransform()
128 C3[(int)(K[2] >> 32) & 0xff] ^ in WhirlpoolTransform()
137 C3[(int)(K[3] >> 32) & 0xff] ^ in WhirlpoolTransform()
146 C3[(int)(K[4] >> 32) & 0xff] ^ in WhirlpoolTransform()
166 C3[(int)(state[5] >> 32) & 0xff] ^ in WhirlpoolTransform()
176 C3[(int)(state[6] >> 32) & 0xff] ^ in WhirlpoolTransform()
[all …]
/php-src/ext/standard/tests/filters/
H A Dbug50363.phpt6 $foo = "Sauvegarder=C3=A9ussi(e) n=C3=A3o N=C3=83O\n";
/php-src/ext/reflection/tests/
H A Dtraits005.phpt9 class C3 { use T1 { m1 as a1; } }
12 $classes = ['C1', 'C2', 'C3', 'C4'];
29 class C3:
H A Dtraits004.phpt10 class C3 { use T1; use T2; }
12 $classes = ['C1', 'C2', 'C3'];
41 class C3:
H A DReflectionClass_getInterfaces_001.phpt25 class C3 extends C2 implements I1 {}
26 class C4 extends C3 implements I2 {}
33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' );
201 ---( Interfaces implemented by C3 )---
/php-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt24C3=A9dagogues et t'enseignent comme but ce qui n'est par esse=\r\nnce qu'un moyen, et te trompant …
/php-src/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc30 class C3 {
33 class C4 extends C3 {}
/php-src/Zend/tests/
H A Dbug69676_3.phpt43 class C3 extends B3 {
44 const N = 'C3';
47 var_dump(C3::exprSelfN); // exprA3
H A Dclosure_014.phpt15 class C3 {
55 $x = new C3();
H A Dbug78787.phpt15 class C3 extends C2 {
H A Dbug37632.phpt83 new C3;
87 class C3 extends A3
/php-src/ext/iconv/tests/
H A Dbug48147.phpt20 string(10) "aa%C3%B8aa"
24 string(8) "%C3%B8aa"
H A Dbug53304.phpt8 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…
/php-src/Zend/tests/attributes/
H A D011_inheritance.phpt18 class C3 extends C1
32 $ref = new \ReflectionClass(C3::class);
H A D003_ast_nodes.phpt39 class C3
44 $ref = new \ReflectionClass(C3::class);
H A D013_class_scope.phpt55 class C3
70 $ref = new \ReflectionObject(C3::foo());
/php-src/ext/standard/html_tables/
H A Dents_html401.txt37 Atilde 00C3
141 sigma 03C3
H A Dents_xhtml.txt36 Atilde 00C3
173 sigma 03C3

Completed in 22 milliseconds

12