Searched refs:C3 (Results 1 – 25 of 36) sorted by relevance
12
/PHP-7.2/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 102 '%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%… 104 '%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… 114 '%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%… 116 '%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%… 126 '%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… 128 '%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… 138 '%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… 140 '%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… 150 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_NONE' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6… 152 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_NONE' is '%E2%84%AB%7C%7C%C3%85%7C%7…
|
H A D | uconverter_func_basic.phpt | 15 string(12) "Espa%C3%B1ol" 16 string(11) "Stra%C3%9Fa"
|
H A D | uconverter_oop_basic.phpt | 18 string(12) "Espa%C3%B1ol" 19 string(11) "Stra%C3%9Fa"
|
H A D | idn.phpt | 21 t%C3%A4st.de
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | utf8.phpt | 6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6"); 9 %E6 -> %C3%A6 10 %E6 <- %C3%A6
|
H A D | htmlentities_html4.phpt | 13 $retval = pack('C3', 101 Ã U+000C3 212 σ U+003C3
|
H A D | htmlentities20.phpt | 13 $retval = pack('C3',
|
/PHP-7.2/ext/hash/ |
H A D | hash_whirlpool.c | 86 C3[(int)(K[5] >> 32) & 0xff] ^ in WhirlpoolTransform() 96 C3[(int)(K[6] >> 32) & 0xff] ^ in WhirlpoolTransform() 105 C3[(int)(K[7] >> 32) & 0xff] ^ in WhirlpoolTransform() 114 C3[(int)(K[0] >> 32) & 0xff] ^ in WhirlpoolTransform() 123 C3[(int)(K[1] >> 32) & 0xff] ^ in WhirlpoolTransform() 132 C3[(int)(K[2] >> 32) & 0xff] ^ in WhirlpoolTransform() 141 C3[(int)(K[3] >> 32) & 0xff] ^ in WhirlpoolTransform() 150 C3[(int)(K[4] >> 32) & 0xff] ^ in WhirlpoolTransform() 170 C3[(int)(state[5] >> 32) & 0xff] ^ in WhirlpoolTransform() 180 C3[(int)(state[6] >> 32) & 0xff] ^ in WhirlpoolTransform() [all …]
|
/PHP-7.2/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 6 $foo = "Sauvegarder=C3=A9ussi(e) n=C3=A3o N=C3=83O\n";
|
/PHP-7.2/ext/reflection/tests/ |
H A D | traits004.phpt | 10 class C3 { use T1; use T2; } 12 for ($c = "C1"; $c <= "C3"; $c++) { 39 class C3:
|
H A D | traits005.phpt | 9 class C3 { use T1 { m1 as a1; } } 28 class C3:
|
H A D | ReflectionClass_getInterfaces_001.phpt | 25 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-7.2/ext/oci8/tests/ |
H A D | imp_res_1.phpt | 143 ["C3"]=> 147 ["C3"]=> 199 ["C3"]=> 203 ["C3"]=> 311 ["C3"]=> 315 ["C3"]=> 367 ["C3"]=> 371 ["C3"]=> 489 ["C3"]=> 495 ["C3"]=> [all …]
|
H A D | bug41069.phpt | 95 ["C3"]=> 124 ["C3"]=> 153 ["C3"]=> 185 ["C3"]=> 214 ["C3"]=> 243 ["C3"]=>
|
H A D | bug42173.phpt | 75 ["C3"]=> 109 Column C3 111 string(2) "C3"
|
/PHP-7.2/Zend/tests/ |
H A D | bug69676_3.phpt | 43 class C3 extends B3 { 44 const N = 'C3'; 47 var_dump(C3::exprSelfN); // exprA3
|
H A D | closure_014.phpt | 15 class C3 { 55 $x = new C3();
|
H A D | bug37632.phpt | 83 new C3; 87 class C3 extends A3
|
H A D | bug42819.phpt | 28 const C3 = foo\foo::C; 96 echo \foo\foo::C3;
|
/PHP-7.2/ext/iconv/tests/ |
H A D | bug48147.phpt | 20 string(10) "aa%C3%B8aa" 24 string(8) "%C3%B8aa"
|
H A D | bug53304.phpt | 8 echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8'…
|
/PHP-7.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 37 Atilde 00C3 141 sigma 03C3
|
H A D | ents_xhtml.txt | 36 Atilde 00C3 173 sigma 03C3
|
H A D | ents_html5.txt | 18 Atilde 000C3 243 LeftDownVector 021C3 532 Union 022C3 684 bigcup 022C3 801 cirE 029C3 888 dharl 021C3 915 downharpoonleft 021C3 1330 ltri 025C3 1807 sigma 003C3 1959 triangleleft 025C3 [all …]
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | client-cert.pem | 40 26:0C:90:BC:97:12:9E:43:BB:5E:FE:EB:A9:66:B3:C3:EE:B2:18:CB
|
Completed in 33 milliseconds
12