Searched refs:C2 (Results 1 – 25 of 45) sorted by relevance
12
/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_1.phpt | 125 ["C2"]=> 131 ["C2"]=> 137 ["C2"]=> 161 ["C2"]=> 167 ["C2"]=> 173 ["C2"]=> 181 ["C2"]=> 187 ["C2"]=> 193 ["C2"]=> 217 ["C2"]=> [all …]
|
H A D | imp_res_6.phpt | 79 ["C2"]=> 91 ["C2"]=> 101 ["C2"]=> 113 ["C2"]=>
|
H A D | bug41069.phpt | 93 ["C2"]=> 122 ["C2"]=> 151 ["C2"]=> 183 ["C2"]=> 212 ["C2"]=> 241 ["C2"]=>
|
H A D | bug42496_1.phpt | 33 oci_define_by_name($s, "C2", $col2); 38 $arr['C2']->free();
|
H A D | dupcolnames.phpt | 67 ["C2"]=> 95 ["C2"]=>
|
/PHP-8.0/Zend/tests/ |
H A D | bug30702.phpt | 10 const C2=2; 13 public $c2=bar::C2; 16 public $c4=self::C2;
|
H A D | bug78787.phpt | 13 class C2 extends C1 { 15 class C3 extends C2 {
|
H A D | bug80126.phpt | 16 class C2 extends C { 17 public function method(): C2 { }
|
H A D | bug80126_2.phpt | 20 class C2 extends C implements I2 { 21 public function method(): C2 { }
|
H A D | bug28442.phpt | 41 ClassC::$prop = 'C2'; 62 string(2) "C2" 63 string(2) "C2"
|
H A D | bug69676_3.phpt | 29 class C2 extends B2 { 30 const N = 'C2'; 33 var_dump(C2::indSelfN); // A2
|
H A D | stringable_trait.phpt | 18 class C2 { 23 var_dump(new C2 instanceof Stringable);
|
H A D | bug37632.phpt | 51 class C2 extends A2 59 B2::doTest(new C2); 132 C2::test
|
H A D | closure_014.phpt | 10 class C2 { 33 $x = new C2();
|
H A D | ns_057.phpt | 15 const C2 = namespace\C; 39 echo namespace\foo::C2;
|
H A D | ns_058.phpt | 13 const C2 = namespace\C; 37 echo namespace\foo::C2;
|
H A D | constant_expressions_invalid_offset_type_error.phpt | 7 const C2 = [C1, [] => 1];
|
/PHP-8.0/ext/hash/ |
H A D | hash_whirlpool.c | 81 C2[(int)(K[6] >> 40) & 0xff] ^ in WhirlpoolTransform() 91 C2[(int)(K[7] >> 40) & 0xff] ^ in WhirlpoolTransform() 100 C2[(int)(K[0] >> 40) & 0xff] ^ in WhirlpoolTransform() 109 C2[(int)(K[1] >> 40) & 0xff] ^ in WhirlpoolTransform() 118 C2[(int)(K[2] >> 40) & 0xff] ^ in WhirlpoolTransform() 127 C2[(int)(K[3] >> 40) & 0xff] ^ in WhirlpoolTransform() 136 C2[(int)(K[4] >> 40) & 0xff] ^ in WhirlpoolTransform() 145 C2[(int)(K[5] >> 40) & 0xff] ^ in WhirlpoolTransform() 165 C2[(int)(state[6] >> 40) & 0xff] ^ in WhirlpoolTransform() 175 C2[(int)(state[7] >> 40) & 0xff] ^ in WhirlpoolTransform() [all …]
|
/PHP-8.0/ext/reflection/tests/ |
H A D | 023.phpt | 10 class C2 extends C1 { 15 $class = new ReflectionClass("C2");
|
H A D | traits005.phpt | 8 class C2 { use T1; } 24 class C2:
|
H A D | traits004.phpt | 9 class C2 { use T1; } 27 class C2:
|
H A D | ReflectionClass_getInterfaces_001.phpt | 24 class C2 extends C1 {} 25 class C3 extends C2 implements I1 {} 33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' ); 187 ---( Interfaces implemented by C2 )---
|
/PHP-8.0/Zend/tests/traits/ |
H A D | language013.phpt | 20 class C2 { 28 $p = new C2();
|
/PHP-8.0/ext/curl/tests/ |
H A D | curl_basic_022.phpt | 10 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat… 19 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 013_class_scope.phpt | 34 class C2 41 $ref = new \ReflectionClass(C2::class); 108 [0] => C2
|
Completed in 37 milliseconds
12