1.2.394. Dynamic Code¶
List of instructions that were left during analysis, as they rely on dynamic data.
Any further analysis will need to start from here.
<?php
// Dynamic call to 'method';
$name = 'method';
$object->$name();
// Hard coded call to 'method';
$object->method();
?>
See also Variable functions.
1.2.394.1. Connex PHP features¶
1.2.394.1.1. Specs¶
Short name |
Structures/DynamicCode |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |