Home
last modified time | relevance | path

Searched refs:C1 (Results 1 – 25 of 53) sorted by relevance

123

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dgb18030.c47 C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1,
48 C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1,
49 C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1, C1,
50 C4, C4, C4, C4, C4, C4, C4, C4, C4, C4, C1, C1, C1, C1, C1, C1,
156 case C1: in gb18030_left_adjust_char_head()
171 case C1: in gb18030_left_adjust_char_head()
182 case C1: in gb18030_left_adjust_char_head()
193 case C1: in gb18030_left_adjust_char_head()
207 case C1: in gb18030_left_adjust_char_head()
218 case C1: in gb18030_left_adjust_char_head()
[all …]
/PHP-5.4/Zend/tests/
H A Dbug30702.phpt6 const C1=1;
12 public $c1=bar::C1;
15 public $c3=self::C1;
18 public $c5=foo::C1;
19 public $c6=parent::C1;
H A Dbug37632.phpt23 class C1 extends A1
32 $b->doTest(new C1);
130 C1::test
H A Dclosure_014.phpt5 class C1 {
20 $x = new C1();
/PHP-5.4/ext/oci8/tests/
H A Dlob_041.phpt25 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
27 oci_define_by_name($s, "C1", $desc);
31 echo $data['C1']->load(), "\n";
36 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
38 oci_define_by_name($s, "C1", $desc);
42 echo $data['C1']->load(), "\n";
48 $s = oci_parse($c, "SELECT C1 FROM lob_041_tab");
52 echo $data['C1']->load(), "\n";
81 ["C1"]=>
H A Dbug41069.phpt91 ["C1"]=>
120 ["C1"]=>
149 ["C1"]=>
181 ["C1"]=>
210 ["C1"]=>
239 ["C1"]=>
H A Dbug42496_1.phpt32 oci_define_by_name($s, "C1", $col1);
37 $arr['C1']->free();
H A Dconnect_scope1.phpt74 ["C1"]=>
79 ["C1"]=>
H A Dconnect_scope2.phpt74 ["C1"]=>
79 ["C1"]=>
H A Dbug42173.phpt71 ["C1"]=>
91 Column C1
93 string(2) "C1"
H A Ddupcolnames.phpt65 ["C1"]=>
89 ["C1"]=>
H A Dlob_043.phpt36 $r[] = $row['C1'];
48 $r[] = $row['C1'];
/PHP-5.4/ext/hash/
H A Dhash_whirlpool.c84 C1[(int)(K[7] >> 48) & 0xff] ^ in WhirlpoolTransform()
94 C1[(int)(K[0] >> 48) & 0xff] ^ in WhirlpoolTransform()
103 C1[(int)(K[1] >> 48) & 0xff] ^ in WhirlpoolTransform()
112 C1[(int)(K[2] >> 48) & 0xff] ^ in WhirlpoolTransform()
121 C1[(int)(K[3] >> 48) & 0xff] ^ in WhirlpoolTransform()
130 C1[(int)(K[4] >> 48) & 0xff] ^ in WhirlpoolTransform()
139 C1[(int)(K[5] >> 48) & 0xff] ^ in WhirlpoolTransform()
148 C1[(int)(K[6] >> 48) & 0xff] ^ in WhirlpoolTransform()
168 C1[(int)(state[7] >> 48) & 0xff] ^ in WhirlpoolTransform()
178 C1[(int)(state[0] >> 48) & 0xff] ^ in WhirlpoolTransform()
[all …]
/PHP-5.4/Zend/tests/traits/bugs/
H A Dalias01.phpt10 class C1 {
14 $o = new C1;
26 Fatal error: Call to undefined method C1::a2() in %s on line %d
/PHP-5.4/ext/reflection/tests/
H A D024.phpt7 class C1 {
13 $x = new C1();
21 Object of class [ <user> class C1 ] {
H A Dtraits005.phpt7 class C1 { }
12 for ($c = "C1"; $c <= "C4"; $c++) {
20 class C1:
H A Dtraits004.phpt8 class C1 { }
12 for ($c = "C1"; $c <= "C3"; $c++) {
20 class C1:
H A D023.phpt7 class C1 {
12 class C2 extends C1 {
H A DReflectionClass_getInterfaces_001.phpt23 class C1 implements I1, I3 {}
24 class C2 extends C1 {}
33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' );
173 ---( Interfaces implemented by C1 )---
/PHP-5.4/Zend/tests/traits/
H A Dlanguage012.phpt16 class C1 {
20 $o = new C1();
H A Dlanguage013.phpt16 class C1 {
24 $o = new C1();
H A Dlanguage018.phpt8 class C1 {
H A Dlanguage019.phpt8 class C1 {
/PHP-5.4/ext/standard/tests/general_functions/
H A D002.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A D006.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=

Completed in 37 milliseconds

123