analyze() public method

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