OneSourceCat / phpvulhunter

A tool that can scan php vulnerabilities automatically using static analysis methods
486 stars 127 forks source link

What are these in call parser? #4

Open Rivendall opened 7 years ago

Rivendall commented 7 years ago

Hello. After use php parser in any application, some one write these code:

$visitor = new MyVisitor() ;
$parser = new PhpParser\Parser(new PhpParser\Lexer\Emulative) ;
$traverser = new PhpParser\NodeTraverser ;
What are the meaning of them? (any line)

Thank you.