1.2.1371. Used Functions¶
The functions below are used in the code.
A function is used in the code when it is called literally, or as a string callback.
<?php
function used() {}
// The 'unused' function is defined but never called
function unused() {}
// The 'used' function is called at least once
used();
// The 'used' function is called as a callback
array_filter($array, 'used');
?>
1.2.1371.1. Connex PHP features¶
1.2.1371.1.1. Specs¶
Short name |
Functions/UsedFunctions |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |