Skip to main content

Module parser

Module parser 

Source

Modules§

stream

Structs§

Parser
The main parser for PHP source code.
State

Functions§

parse_file
Parses the given file and returns the program AST.
parse_file_content
Parses the given file content and returns the program AST.
parse_file_content_with_settings
Parses the given file content with custom settings and returns the program AST.
parse_file_with_settings
Parses the given file with custom settings and returns the program AST.