Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/ext/reflection/tests/
H A Dtraits005.phpt8 class C2 { use T1; }
12 $classes = ['C1', 'C2', 'C3', 'C4'];
25 class C2:
H A Dtraits004.phpt9 class C2 { use T1; }
12 $classes = ['C1', 'C2', 'C3'];
28 class C2:
H A DReflectionConstant_double_construct.phpt7 const C2 = 43;
23 string(2) "C2"
H A D023.phpt10 class C2 extends C1 {
15 $class = new ReflectionClass("C2");
H A DReflectionClass_getInterfaces_001.phpt24 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-src/Zend/tests/traits/
H A Dlanguage020.phpt15 class C2 extends C1 {
18 (new C2)->foo();
H A Dlanguage013.phpt20 class C2 {
28 $p = new C2();
/php-src/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-src/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-src/ext/opcache/tests/jit/
H A Dgh12262.phpt22 class C2 extends C {
32 $a = new C2("aaa");
/php-src/Zend/tests/attributes/
H A D013_class_scope.phpt34 class C2
41 $ref = new \ReflectionClass(C2::class);
108 [0] => C2
H A D011_inheritance.phpt13 class C2 extends C1
28 $ref = new \ReflectionClass(C2::class);

Completed in 92 milliseconds

12