1.2.609. Is An Extension Interface¶
This is an interface defined in a PHP C extension.
<?php
// MyInterface is not recognized as an extension interface
function foo ( MyInterface $a) {
// \ArrayAccess is recognized as a native PHP extension
if ($a instanceof \ArrayAccess) {
// doSomething()
}
}
?>
1.2.609.1. Connex PHP features¶
1.2.609.1.1. Specs¶
Short name |
Interfaces/IsExtInterface |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |