Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt13 interface I0 {}
22 class C0 implements I0 {}
32 'I0', 'I1', 'I2', 'I3', 'I4', 'I5', 'I6', 'I7',
62 ---( Interfaces implemented by I0 )---
167 [I0] => ReflectionClass Object
169 [name] => I0
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c55 #define I0(name, info) \ macro
219 I0("gc_collect_cycles", MAY_BE_LONG),
255 I0("restore_error_handler", MAY_BE_TRUE),
256 I0("restore_exception_handler", MAY_BE_TRUE),
421 I0("mt_getrandmax", MAY_BE_LONG),
520 I0("magic_quotes_runtime", MAY_BE_FALSE),
521 I0("set_magic_quotes_runtime", MAY_BE_FALSE),
522 I0("get_magic_quotes_gpc", MAY_BE_FALSE),
754 I0("realpath_cache_size", MAY_BE_LONG),
940 I0("mysqli_connect_errno", MAY_BE_LONG),
[all …]
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c1020 #define I0 Ba 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()
1071 #undef I0 in KeccakP1600_Permute_Nrounds()

Completed in 19 milliseconds