Home
last modified time | relevance | path

Searched refs:C2 (Results 1 – 25 of 52) sorted by relevance

123

/PHP-8.1/ext/oci8/tests/
H A Dimp_res_1.phpt126 ["C2"]=>
132 ["C2"]=>
138 ["C2"]=>
162 ["C2"]=>
168 ["C2"]=>
174 ["C2"]=>
182 ["C2"]=>
188 ["C2"]=>
194 ["C2"]=>
218 ["C2"]=>
[all …]
H A Dimp_res_6.phpt80 ["C2"]=>
92 ["C2"]=>
102 ["C2"]=>
114 ["C2"]=>
H A Dbug41069.phpt95 ["C2"]=>
124 ["C2"]=>
153 ["C2"]=>
185 ["C2"]=>
214 ["C2"]=>
243 ["C2"]=>
H A Dbug42496_1.phpt35 oci_define_by_name($s, "C2", $col2);
40 $arr['C2']->free();
/PHP-8.1/ext/hash/
H A Dhash_whirlpool.c81 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.1/Zend/tests/
H A Dstatic_variables_traits.phpt20 class C2 {
27 C2::counter();
32 C2::counter();
H A Dbug30702.phpt10 const C2=2;
13 public $c2=bar::C2;
16 public $c4=self::C2;
H A Dbug78787.phpt13 class C2 extends C1 {
15 class C3 extends C2 {
H A Dbug80126.phpt16 class C2 extends C {
17 public function method(): C2 { }
H A Dbug80126_2.phpt20 class C2 extends C implements I2 {
21 public function method(): C2 { }
H A Dbug28442.phpt41 ClassC::$prop = 'C2';
62 string(2) "C2"
63 string(2) "C2"
H A Dbug69676_3.phpt29 class C2 extends B2 {
30 const N = 'C2';
33 var_dump(C2::indSelfN); // A2
H A Dstringable_trait.phpt18 class C2 {
23 var_dump(new C2 instanceof Stringable);
H A Dbug37632.phpt51 class C2 extends A2
59 B2::doTest(new C2);
132 C2::test
H A Dclosure_014.phpt10 class C2 {
33 $x = new C2();
H A Dns_057.phpt15 const C2 = namespace\C;
39 echo namespace\foo::C2;
H A Dns_058.phpt13 const C2 = namespace\C;
37 echo namespace\foo::C2;
/PHP-8.1/ext/reflection/tests/
H A D023.phpt10 class C2 extends C1 {
15 $class = new ReflectionClass("C2");
H A Dtraits005.phpt8 class C2 { use T1; }
24 class C2:
H A Dtraits004.phpt9 class C2 { use T1; }
27 class C2:
/PHP-8.1/Zend/tests/constants/final_constants/
H A Dfinal_const11.phpt16 class C2 extends C implements I
22 Fatal error: Class C2 inherits both C::C and I::C, which is ambiguous in %s on line %d
/PHP-8.1/Zend/tests/traits/
H A Dlanguage013.phpt20 class C2 {
28 $p = new C2();
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_022.phpt10 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.1/ext/opcache/tests/jit/
H A Dgh12262.phpt22 class C2 extends C {
32 $a = new C2("aaa");
/PHP-8.1/Zend/tests/attributes/
H A D013_class_scope.phpt34 class C2
41 $ref = new \ReflectionClass(C2::class);
108 [0] => C2

Completed in 122 milliseconds

123