Abstract Syntactic Tree (AST)¶
An abstract syntax tree, also called an AST, is a tree representation of the abstract syntactic structure of PHP source code.
It is a representation of the code, that focuses on the syntactic elements that are later executed.
Related : Parser, Analysis, Token
Added in PHP 7.0