Home
last modified time | relevance | path

Searched refs:I1 (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt14 interface I1 {}
19 interface I6 extends I5, I1, I2 {}
23 class C1 implements I1, I3 {}
106 [name] => I1
135 [name] => I1
178 [name] => I1
192 [name] => I1
206 [name] => I1
220 [name] => I1
239 [name] => I1
[all …]
H A DReflectionClass_getInterfaces_002.phpt8 interface I1 {}
13 interface I6 extends I5, I1, I2 {}
43 [I1] => ReflectionClass Object
45 [name] => I1
H A DReflectionClass_implementsInterface_001.phpt8 interface I1 {}
9 class A implements I1 {}
12 interface I2 extends I1 {}
78 Does A implement I1?
93 Does B implement I1?
108 Does C implement I1?
114 Does I1 implement A?
117 Does I1 implement B?
120 Does I1 implement C?
123 Does I1 implement I1?
[all …]
/php-src/Zend/tests/type_declarations/variance/
H A Dobject_variance.phpt6 interface I1 {
7 function method1(I1 $o): object;
9 interface I2 extends I1 {
10 function method1(object $o): I1;
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const12.phpt6 interface I1
16 interface I3 extends I1, I2
22 Fatal error: Interface I3 inherits both I1::C and I2::C, which is ambiguous in %s on line %d
H A Dfinal_const8.phpt6 interface I1
16 class C implements I1, I2
22 Fatal error: Class C inherits both I1::C and I2::C, which is ambiguous in %s on line %d
H A Dfinal_const9.phpt6 interface I1
16 class C implements I1, I2
H A Dfinal_const10.phpt6 interface I1
16 interface I3 extends I1, I2
/php-src/tests/classes/
H A Dinterface_constant_inheritance_001.phpt5 interface I1 {
9 interface I2 extends I1 {
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1033 #define I1 Be in KeccakP1600_Permute_Nrounds() macro
1037 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1044 (in3)[eo3] = I0; (in3)[eo3^1] = I1 in KeccakP1600_Permute_Nrounds()
1046 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1049 (in1)[1] = I0; (in1)[0] = I1; \ in KeccakP1600_Permute_Nrounds()
1050 I0 = (in2)[0]; I1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1053 (in3)[1] = I0; (in3)[0] = I1 in KeccakP1600_Permute_Nrounds()
1084 #undef I1 in KeccakP1600_Permute_Nrounds()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt227 array( 'h\\R_:-newhqCn~]>-I1.[XKr1u!UcF`M#3-=@|#9et]Tt', 'bd458351' ),

Completed in 15 milliseconds