Method |
Description |
|
astFlagDescription ( integer $flag ) : string |
|
|
backtrace ( integer $levels ) : string |
|
|
mark ( ) |
Print a lil' something to the console to
see if a thing is called |
|
nodeName ( $node ) : string |
|
|
nodeToString ( string | ast\Node | null $node, $name = null, integer $indent ) : string |
|
|
print ( string $message, integer $indent ) |
Print a thing with the given indent level |
|
printNode ( string | ast\Node | null $node ) : null |
|
|
printNodeName ( $node, $indent ) |
Print the name of a node to the terminal |
|