# Functions
Parse combines ParseFile and ParseStmt.
ParseFile parses PHP file sources and returns its AST root.
ParseStmt parses a single PHP statement (which can be an expression).
ParseStmtList parses a list of PHP statement (which can be an expression).