/PHP-5.3/ext/mbstring/oniguruma/enc/ |
H A D | gb18030.c | 47 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.3/Zend/tests/ |
H A D | bug30702.phpt | 6 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 D | bug37632.phpt | 23 class C1 extends A1 32 $b->doTest(new C1); 130 C1::test
|
H A D | closure_014.phpt | 5 class C1 { 20 $x = new C1();
|
/PHP-5.3/ext/oci8/tests/ |
H A D | lob_041.phpt | 25 $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 D | bug41069.phpt | 91 ["C1"]=> 120 ["C1"]=> 149 ["C1"]=> 181 ["C1"]=> 210 ["C1"]=> 239 ["C1"]=>
|
H A D | bug42496_1.phpt | 32 oci_define_by_name($s, "C1", $col1); 37 $arr['C1']->free();
|
H A D | connect_scope1.phpt | 74 ["C1"]=> 79 ["C1"]=>
|
H A D | connect_scope2.phpt | 74 ["C1"]=> 79 ["C1"]=>
|
H A D | bug42173.phpt | 71 ["C1"]=> 91 Column C1 93 string(2) "C1"
|
H A D | dupcolnames.phpt | 65 ["C1"]=> 89 ["C1"]=>
|
H A D | lob_043.phpt | 36 $r[] = $row['C1']; 48 $r[] = $row['C1'];
|
H A D | connect_scope_try1.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
H A D | connect_scope_try3.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
H A D | connect_scope_try4.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
H A D | connect_scope_try5.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
H A D | connect_scope_try6.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
H A D | connect_scope_try2.phpt | 83 ["C1"]=> 88 ["C1"]=>
|
/PHP-5.3/ext/hash/ |
H A D | hash_whirlpool.c | 84 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.3/ext/reflection/tests/ |
H A D | 024.phpt | 7 class C1 { 13 $x = new C1(); 21 Object of class [ <user> class C1 ] {
|
H A D | 023.phpt | 7 class C1 { 12 class C2 extends C1 {
|
H A D | ReflectionClass_getInterfaces_001.phpt | 23 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.3/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=
|
H A D | 006.phpt | 4 <?php echo quoted_printable_decode("=FAwow-factor=C1=D0=D5=DD=C5=CE=CE=D9=C5=0A=
|
/PHP-5.3/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=
|