1.2.390. 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.390.1. Specs

Short name

Structures/DynamicCode

Rulesets

All, Appinfo, CE

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

dynamic-call

Available in

Entreprise Edition, Community Edition, Exakat Cloud