1.2.497. Functions Using Reference¶
Functions and methods using references in their signature.
<?php
function usingReferences( &$a) {}
class foo {
public function methodUsingReferences($b, &$c = 1) {}
}
?>
1.2.497.1. Connex PHP features¶
1.2.497.1.1. Specs¶
Short name |
Functions/FunctionsUsingReference |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |