1.2.945. PHP Interfaces¶
List of PHP interfaces being used in the code.
<?php
// Countable is a PHP native interface
class Enumeration extends Countable {
function count() { return 1; }
}
?>
1.2.945.1. Specs¶
Short name |
Interfaces/Php |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |