/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | 002.phpt | 4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A= 5 =20=D4=cf=D2=C7=CF=D7=D9=C5= 8 =D2=CF=C5=CB=D4=D9"); ?>
|
H A D | 006.phpt | 4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A= 5 =20=D4=CF=D2=C7=CF=D7=D9=C5= 8 =D2=CF=C5=CB=D4=D9"); ?>
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | quoted_printable_decode_basic.phpt | 12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A= 13 =20=D4=cf=D2=C7=CF=D7=D9=C5= 16 =D2=CF=C5=CB=D4=D9";
|
H A D | quoted_printable_decode_error.phpt | 16 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A= 17 =20=D4=cf=D2=C7=CF=D7=D9=C5= 20 =D2=CF=C5=CB=D4=D9";
|
H A D | htmlentities_html4.phpt | 24 $retval = pack('C5', 103 Å U+000C5 214 υ U+003C5 302 ⋅ U+022C5
|
H A D | htmlentities_html5.phpt | 183 Å U+000C5 419 υ U+003C5 678 ⇅ U+021C5 886 ⋅ U+022C5 1225 ⧅ U+029C5
|
/PHP-7.2/ext/hash/ |
H A D | hash_whirlpool.c | 88 C5[(int)(K[3] >> 16) & 0xff] ^ in WhirlpoolTransform() 98 C5[(int)(K[4] >> 16) & 0xff] ^ in WhirlpoolTransform() 107 C5[(int)(K[5] >> 16) & 0xff] ^ in WhirlpoolTransform() 116 C5[(int)(K[6] >> 16) & 0xff] ^ in WhirlpoolTransform() 125 C5[(int)(K[7] >> 16) & 0xff] ^ in WhirlpoolTransform() 134 C5[(int)(K[0] >> 16) & 0xff] ^ in WhirlpoolTransform() 143 C5[(int)(K[1] >> 16) & 0xff] ^ in WhirlpoolTransform() 152 C5[(int)(K[2] >> 16) & 0xff] ^ in WhirlpoolTransform() 172 C5[(int)(state[3] >> 16) & 0xff] ^ in WhirlpoolTransform() 182 C5[(int)(state[4] >> 16) & 0xff] ^ in WhirlpoolTransform() [all …]
|
H A D | php_hash_whirlpool_tables.h | 375 static const uint64_t C5[256] = { variable
|
/PHP-7.2/ext/oci8/tests/ |
H A D | bug41069.phpt | 99 ["C5"]=> 128 ["C5"]=> 157 ["C5"]=> 189 ["C5"]=> 218 ["C5"]=> 247 ["C5"]=>
|
H A D | bug42173.phpt | 79 ["C5"]=> 127 Column C5 129 string(2) "C5"
|
/PHP-7.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 39 Aring 00C5 143 upsilon 03C5 210 sdot 22C5
|
H A D | ents_xhtml.txt | 38 Aring 00C5 175 upsilon 03C5 242 sdot 22C5
|
H A D | ents_html5.txt | 15 Aring 000C5 538 UpArrowDownArrow 021C5 638 angst 000C5 766 bsolb 029C5 1786 sdot 022C5 1986 udarr 021C5 2008 upsi 003C5 2010 upsilon 003C5
|
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_001.phpt | 27 class C5 extends C4 implements I7 {} 33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' ); 234 ---( Interfaces implemented by C5 )---
|
/PHP-7.2/ext/imap/tests/ |
H A D | bug31142_2.phpt | 30 asn =C5=99kl
|
/PHP-7.2/ext/openssl/tests/ |
H A D | openssl_x509_parse_basic.phpt | 158 serial:AE:C5:56:CC:72:37:50:A2 306 serial:AE:C5:56:CC:72:37:50:A2
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_variation2.phpt | 23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
|
H A D | mb_encode_mimeheader_basic3.phpt | 50 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
|
/PHP-7.2/Zend/tests/ |
H A D | bug42819.phpt | 30 const C5 = \foo\foo::C; 98 echo \foo\foo::C5;
|
/PHP-7.2/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 48 $char_A_ring = "\xC3\x85"; // 'LATIN CAPITAL LETTER A WITH RING ABOVE' (U+00C5) 122 '%E1%BA%9B' normalized to form 'UNORM_FORM_D' is '%C5%BF%CC%87' error info: 'U_ZERO_ERROR' (0)
|
H A D | grapheme.phpt | 23 $char_A_ring = "\xC3\x85"; // 'LATIN CAPITAL LETTER A WITH RING ABOVE' (U+00C5)
|
H A D | grapheme2.phpt | 23 $char_A_ring = "\xC3\x85"; // 'LATIN CAPITAL LETTER A WITH RING ABOVE' (U+00C5)
|
/PHP-7.2/ext/hash/tests/ |
H A D | fnv1a64.phpt | 110 array( '_\\9C5;Sy-0)LdW[,NAAU7', 'c01a00203768a32c' ), 225 array( 'C5~>*)4([ZJw-(P[I-[b\\-A}}aM/GV&kl%+w/? jyJc(', '7a9e26e4aeb98fc9' ),
|
/PHP-7.2/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 411 abcd\C5 3773 /(?C1)^(?C2)(?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))(?C11)/
|
H A D | testoutput2 | 996 abcd\C5 12612 /(?C1)^(?C2)(?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))(?C11)/ 12616 2 ^ (?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))
|