1. Write short PHP code you want to understand
2. Click on any part of the code (show full tree)
<?phpif ($condition === 'demo') { return \true; }
3. See Abstract Syntax Tree created by php-parser for selected node:
PhpParser\Node\Name\FullyQualified( parts: ["true"] )