Searched refs:C4 (Results 1 – 22 of 22) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug62462.phpt | 8 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 9 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 10 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 11 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 12 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 13 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85= 14 =C4=85=C4=85=C4=85=C4=85=C4=85
|
H A D | htmlentities_html4.phpt | 18 $retval = pack('C4', 102 Ä U+000C4 213 τ U+003C4
|
H A D | htmlentities20.phpt | 18 $retval = pack('C4',
|
H A D | htmlentities_html5.phpt | 18 $retval = pack('C4', 182 Ä U+000C4 418 τ U+003C4 677 ⇄ U+021C4 885 ⋄ U+022C4 1224 ⧄ U+029C4
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 83 C4[(int)(K[4] >> 24) & 0xff] ^ in WhirlpoolTransform() 93 C4[(int)(K[5] >> 24) & 0xff] ^ in WhirlpoolTransform() 102 C4[(int)(K[6] >> 24) & 0xff] ^ in WhirlpoolTransform() 111 C4[(int)(K[7] >> 24) & 0xff] ^ in WhirlpoolTransform() 120 C4[(int)(K[0] >> 24) & 0xff] ^ in WhirlpoolTransform() 129 C4[(int)(K[1] >> 24) & 0xff] ^ in WhirlpoolTransform() 138 C4[(int)(K[2] >> 24) & 0xff] ^ in WhirlpoolTransform() 147 C4[(int)(K[3] >> 24) & 0xff] ^ in WhirlpoolTransform() 167 C4[(int)(state[4] >> 24) & 0xff] ^ in WhirlpoolTransform() 177 C4[(int)(state[5] >> 24) & 0xff] ^ in WhirlpoolTransform() [all …]
|
H A D | php_hash_whirlpool_tables.h | 304 static const uint64_t C4[256] = { variable
|
/PHP-8.0/ext/reflection/tests/ |
H A D | traits005.phpt | 10 class C4 { use T1 { m1 as a1; m2 as a2; } } 12 for ($c = "C1"; $c <= "C4"; $c++) { 34 class C4:
|
H A D | ReflectionClass_getInterfaces_001.phpt | 26 class C4 extends C3 implements I2 {} 27 class C5 extends C4 implements I7 {} 33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' ); 215 ---( Interfaces implemented by C4 )---
|
/PHP-8.0/Zend/tests/ |
H A D | bug69676_3.phpt | 57 class C4 extends B4 { 58 const N = 'C4'; 61 var_dump((new C4)->prop); // A4
|
H A D | bug37632.phpt | 112 new C4; 116 class C4 extends A4 135 Fatal error: Uncaught Error: Call to protected C4::__construct() from scope B4 in %s:%d
|
H A D | bug42819.phpt | 27 const C4 = \foo\C; 95 echo \foo\foo::C4;
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bug41069.phpt | 97 ["C4"]=> 126 ["C4"]=> 155 ["C4"]=> 187 ["C4"]=> 216 ["C4"]=> 245 ["C4"]=>
|
H A D | bug42173.phpt | 77 ["C4"]=> 118 Column C4 120 string(2) "C4"
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 011_inheritance.phpt | 44 class C4 59 $ref = new \ReflectionClass(C4::class);
|
H A D | 003_ast_nodes.phpt | 56 class C4 {} 57 $ref = new \ReflectionClass(C4::class);
|
/PHP-8.0/ext/opcache/tests/ |
H A D | preload_trait_multiple_fixup.phpt | 16 (new C4)->method();
|
H A D | preload_trait_multiple_fixup.inc | 33 class C4 extends C3 {}
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | illformed_utf_sequences.phpt | 90 … $s = chk_enc(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), 1, "UTF-32BE"); 103 …$s = chk_enc(pack('C4', $i & 0xff, ($i >> 8) & 0xff, ($i >> 16) & 0xff, ($i >> 24) & 0xff), 1, "UT… 116 $s = chk_enc(pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0xff), 1, "UTF-32"); 131 …$s = chk_enc("\x00\x00\xfe\xff". pack('C4', $i >> 24, ($i >> 16) & 0xff, ($i >> 8) & 0xff, $i & 0x… 145 …$s = chk_enc("\xff\xfe\x00\x00". pack('C4', $i & 0xff, ($i >> 8) & 0xff, ($i >> 16) & 0xff, ($i >>…
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 38 Auml 00C4 142 tau 03C4
|
H A D | ents_xhtml.txt | 37 Auml 00C4 174 tau 03C4
|
H A D | ents_html5.txt | 19 Auml 000C4 84 Diamond 022C4 429 RightArrowLeftArrow 021C4 890 diam 022C4 891 diamond 022C4 1732 rightleftarrows 021C4 1739 rlarr 021C4 1832 solb 029C4 1923 tau 003C4
|
/PHP-8.0/build/ |
H A D | config.guess | 844 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
|
Completed in 36 milliseconds