Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

Documentation

See Also