Searched refs:C3 (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.0/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
|
/PHP-8.0/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 99 '%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 D | normalizer_normalize_kc_cf.phpt | 93 '%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… 95 '%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 D | uconverter_func_basic.phpt | 16 string(12) "Espa%C3%B1ol" 17 string(11) "Stra%C3%9Fa"
|
H A D | uconverter_oop_basic.phpt | 19 string(12) "Espa%C3%B1ol" 20 string(11) "Stra%C3%9Fa"
|
H A D | idn.phpt | 18 t%C3%A4st.de
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 82 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-8.0/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 6 $foo = "Sauvegarder=C3=A9ussi(e) n=C3=A3o N=C3=83O\n";
|
/PHP-8.0/ext/reflection/tests/ |
H A D | traits004.phpt | 10 class C3 { use T1; use T2; } 12 for ($c = "C1"; $c <= "C3"; $c++) { 40 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-8.0/ext/opcache/tests/ |
H A D | preload_trait_multiple_fixup.inc | 30 class C3 { 33 class C4 extends C3 {}
|
/PHP-8.0/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 | bug78787.phpt | 15 class C3 extends C2 {
|
H A D | bug37632.phpt | 83 new C3; 87 class C3 extends A3
|
/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_1.phpt | 141 ["C3"]=> 145 ["C3"]=> 197 ["C3"]=> 201 ["C3"]=> 309 ["C3"]=> 313 ["C3"]=> 365 ["C3"]=> 369 ["C3"]=> 487 ["C3"]=> 493 ["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-8.0/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-8.0/Zend/tests/attributes/ |
H A D | 011_inheritance.phpt | 18 class C3 extends C1 32 $ref = new \ReflectionClass(C3::class);
|
H A D | 003_ast_nodes.phpt | 39 class C3 44 $ref = new \ReflectionClass(C3::class);
|
H A D | 013_class_scope.phpt | 55 class C3 70 $ref = new \ReflectionObject(C3::foo());
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 37 Atilde 00C3 141 sigma 03C3
|
Completed in 25 milliseconds
12