1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 17:09:41 +01:00
PHP-Parser/lib/Node/Stmt/HaltCompiler.php
2011-06-03 22:04:05 +02:00

8 lines
142 B
PHP

<?php
/**
* @property string $remaining Remaining text after halt compiler statement.
*/
class Node_Stmt_HaltCompiler extends Node_Stmt
{
}