Inheritance: extends Exakat\Analyzer\Analyzer
Beispiel #1
0
 public function analyze()
 {
     $this->functions = array('array_diff', 'array_intersect', 'array_key_exists', 'array_map', 'array_search', 'array_udiff', 'array_uintersect', 'array_unique', 'array_unshift', 'array_walk', 'in_array', 'preg_replace', 'strstr', 'uasort', 'uksort', 'usort');
     parent::analyze();
 }
 public function analyze()
 {
     $this->functions = array('ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'sql_regcase', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'call_user_method', 'call_user_method_array', 'set_socket_blocking', 'mcrypt_ecb', 'mcrypt_cbc', 'mcrypt_cfb', 'mcrypt_ofb', 'datefmt_set_timezone_id', 'imagepsbbox', 'imagepsencodefont', 'imagepsextendfont', 'imagepsfreefont', 'imagepsloadfont', 'imagepsslantfont', 'imagepstext');
     parent::analyze();
 }
Beispiel #3
0
 public function analyze()
 {
     $this->functions = array('trigger_error', 'user_error');
     parent::analyze();
 }
Beispiel #4
0
 public function analyze()
 {
     $this->functions = array('phpinfo');
     parent::analyze();
 }
Beispiel #5
0
 public function analyze()
 {
     $this->functions = $this->loadIni('php_handlers.ini', 'functions');
     parent::analyze();
 }
Beispiel #6
0
 public function analyze()
 {
     $this->functions = array('assert', 'assert_option');
     parent::analyze();
 }
Beispiel #7
0
 public function analyze()
 {
     $this->functions = array('class_alias');
     parent::analyze();
 }
 public function analyze()
 {
     $this->functions = array('php_logo_guid', 'php_egg_logo_guid', 'php_real_logo_guid', 'zend_logo_guid', 'mcrypt_cbc', 'mcrypt_cfb', 'mcrypt_ecb', 'mcrypt_ofb');
     parent::analyze();
 }
 public function analyze()
 {
     $this->functions = array('mcrypt_generic_end', 'mysql_list_dbs');
     parent::analyze();
 }