Searched refs:C6 (Results 1 – 13 of 13) sorted by relevance
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 85 C6[(int)(K[2] >> 8) & 0xff] ^ in WhirlpoolTransform() 95 C6[(int)(K[3] >> 8) & 0xff] ^ in WhirlpoolTransform() 104 C6[(int)(K[4] >> 8) & 0xff] ^ in WhirlpoolTransform() 113 C6[(int)(K[5] >> 8) & 0xff] ^ in WhirlpoolTransform() 122 C6[(int)(K[6] >> 8) & 0xff] ^ in WhirlpoolTransform() 131 C6[(int)(K[7] >> 8) & 0xff] ^ in WhirlpoolTransform() 140 C6[(int)(K[0] >> 8) & 0xff] ^ in WhirlpoolTransform() 149 C6[(int)(K[1] >> 8) & 0xff] ^ in WhirlpoolTransform() 169 C6[(int)(state[2] >> 8) & 0xff] ^ in WhirlpoolTransform() 179 C6[(int)(state[3] >> 8) & 0xff] ^ in WhirlpoolTransform() [all …]
|
H A D | php_hash_whirlpool_tables.h | 438 static const uint64_t C6[256] = { variable
|
/PHP-8.0/ext/oci8/tests/ |
H A D | bug41069.phpt | 101 ["C6"]=> 130 ["C6"]=> 159 ["C6"]=> 191 ["C6"]=> 220 ["C6"]=> 249 ["C6"]=>
|
H A D | bug42173.phpt | 81 ["C6"]=> 136 Column C6 138 string(2) "C6"
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_variation2.phpt | 27 "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
|
H A D | mb_encode_mimeheader_basic3.phpt | 60 string(140) "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 40 AElig 00C6 144 phi 03C6 231 circ 02C6
|
H A D | ents_xhtml.txt | 39 AElig 00C6 107 circ 02C6 176 phi 03C6
|
H A D | ents_html5.txt | 1 AElig 000C6 239 LeftArrowRightArrow 021C6 481 Star 022C6 802 circ 002C6 1239 leftrightarrows 021C6 1305 lrarr 021C6 1605 phi 003C6 1858 sstarf 022C6
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_001.phpt | 28 class C6 implements I1, I2, I3, I4, I5, I6, I7 {} 33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' ); 273 ---( Interfaces implemented by C6 )---
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | htmlentities_html4.phpt | 31 $retval = pack('C6', 104 Æ U+000C6 168 ˆ U+002C6 215 φ U+003C6
|
H A D | htmlentities_html5.phpt | 184 Æ U+000C6 366 ˆ U+002C6 420 φ U+003C6 679 ⇆ U+021C6 887 ⋆ U+022C6
|
/PHP-8.0/Zend/tests/ |
H A D | bug42819.phpt | 29 const C6 = ArrayObject::STD_PROP_LIST; 97 echo \foo\foo::C6 . "\n";
|
Completed in 51 milliseconds