analyze() public method

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