Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/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-7.4/tests/classes/
H A Dinterface_constant_inheritance_001.phpt5 interface I1 {
9 interface I2 extends I1 {
16 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s o…
H A Dinterface_constant_inheritance_003.phpt5 interface I1 {
13 class C implements I1,I2 {
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c57 #define I1(name, info) \ macro
218 I1("zend_version", MAY_BE_STRING),
305 I1("php_sapi_name", MAY_BE_FALSE | MAY_BE_STRING),
307 I1("php_ini_scanned_files", MAY_BE_FALSE | MAY_BE_STRING),
516 I1("get_current_user", MAY_BE_STRING),
873 I1("sys_get_temp_dir", MAY_BE_STRING),
939 I1("mysqli_connect_error", MAY_BE_NULL | MAY_BE_STRING),
984 I1("mysqli_get_client_info", MAY_BE_STRING),
1063 I1("curl_share_init", MAY_BE_RESOURCE),
1157 I1("json_last_error_msg", MAY_BE_STRING),
[all …]
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1021 #define I1 Be in KeccakP1600_Permute_Nrounds() macro
1025 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1032 (in3)[eo3] = I0; (in3)[eo3^1] = I1 in KeccakP1600_Permute_Nrounds()
1034 I0 = (in0)[0]; I1 = (in0)[1]; \ in KeccakP1600_Permute_Nrounds()
1037 (in1)[1] = I0; (in1)[0] = I1; \ in KeccakP1600_Permute_Nrounds()
1038 I0 = (in2)[0]; I1 = (in2)[1]; \ in KeccakP1600_Permute_Nrounds()
1041 (in3)[1] = I0; (in3)[0] = I1 in KeccakP1600_Permute_Nrounds()
1072 #undef I1 in KeccakP1600_Permute_Nrounds()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt227 array( 'h\\R_:-newhqCn~]>-I1.[XKr1u!UcF`M#3-=@|#9et]Tt', 'bd458351' ),

Completed in 50 milliseconds