analyze() public méthode

public analyze ( )
Exemple #1
0
 public function analyze()
 {
     $this->functions = array('\\random_bytes', '\\random_int');
     parent::analyze();
 }
Exemple #2
0
 public function analyze()
 {
     $this->functions = array('\\eval');
     parent::analyze();
 }