Home
last modified time | relevance | path

Searched refs:C4 (Results 1 – 21 of 21) sorted by relevance

/PHP-5.4/ext/standard/tests/strings/
H A Dbug62462.phpt10 =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=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=
15 =C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=C4=85=
16 =C4=85=C4=85=C4=85=C4=85=C4=85
H A Dhtmlentities_html4.phpt18 $retval = pack('C4',
102 Ä U+000C4
213 τ U+003C4
H A Dhtmlentities20.phpt18 $retval = pack('C4',
H A Dhtmlentities_html5.phpt18 $retval = pack('C4',
182 Ä U+000C4
418 τ U+003C4
677 ⇄ U+021C4
885 ⋄ U+022C4
1224 ⧄ U+029C4
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dgb18030.c50 C4, C4, C4, C4, C4, C4, C4, C4, C4, C4, C1, C1, C1, C1, C1, C1,
161 case C4: in gb18030_left_adjust_char_head()
173 case C4: in gb18030_left_adjust_char_head()
184 case C4: in gb18030_left_adjust_char_head()
196 case C4: in gb18030_left_adjust_char_head()
209 case C4: in gb18030_left_adjust_char_head()
220 case C4: in gb18030_left_adjust_char_head()
233 case C4: in gb18030_left_adjust_char_head()
246 case C4: in gb18030_left_adjust_char_head()
258 case C4: in gb18030_left_adjust_char_head()
[all …]
/PHP-5.4/ext/hash/
H A Dhash_whirlpool.c87 C4[(int)(K[4] >> 24) & 0xff] ^ in WhirlpoolTransform()
97 C4[(int)(K[5] >> 24) & 0xff] ^ in WhirlpoolTransform()
106 C4[(int)(K[6] >> 24) & 0xff] ^ in WhirlpoolTransform()
115 C4[(int)(K[7] >> 24) & 0xff] ^ in WhirlpoolTransform()
124 C4[(int)(K[0] >> 24) & 0xff] ^ in WhirlpoolTransform()
133 C4[(int)(K[1] >> 24) & 0xff] ^ in WhirlpoolTransform()
142 C4[(int)(K[2] >> 24) & 0xff] ^ in WhirlpoolTransform()
151 C4[(int)(K[3] >> 24) & 0xff] ^ in WhirlpoolTransform()
171 C4[(int)(state[4] >> 24) & 0xff] ^ in WhirlpoolTransform()
181 C4[(int)(state[5] >> 24) & 0xff] ^ in WhirlpoolTransform()
[all …]
H A Dphp_hash_whirlpool_tables.h308 static const php_hash_uint64 C4[256] = { variable
/PHP-5.4/ext/reflection/tests/
H A Dtraits005.phpt10 class C4 { use T1 { m1 as a1; m2 as a2; } }
12 for ($c = "C1"; $c <= "C4"; $c++) {
34 class C4:
H A DReflectionClass_getInterfaces_001.phpt26 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-5.4/ext/oci8/tests/
H A Dbug41069.phpt97 ["C4"]=>
126 ["C4"]=>
155 ["C4"]=>
187 ["C4"]=>
216 ["C4"]=>
245 ["C4"]=>
H A Dbug42173.phpt77 ["C4"]=>
118 Column C4
120 string(2) "C4"
/PHP-5.4/Zend/tests/
H A Dbug37632.phpt112 new C4;
116 class C4 extends A4
135 Fatal error: Call to protected C4::__construct() from context 'B4' in %sbug37632.php on line %d
H A Dbug42819.phpt29 const C4 = \foo\C;
97 echo \foo\foo::C4;
/PHP-5.4/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt90 … $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-5.4/ext/standard/html_tables/
H A Dents_html401.txt38 Auml 00C4
142 tau 03C4
H A Dents_xhtml.txt37 Auml 00C4
174 tau 03C4
H A Dents_html5.txt19 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-5.4/
H A Dconfig.guess727 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput212590 /(?C1)^(?C2)(?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))(?C11)/
12594 2 ^ (?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))
12595 99 ^ (?=(?C3)a(?C4))
H A Dtestinput23771 /(?C1)^(?C2)(?(?C99)(?=(?C3)a(?C4))(?C5)a(?C6)a(?C7)|(?C8)b(?C9)b(?C10))(?C11)/
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4377 ab(?C4)cd

Completed in 108 milliseconds