php-parser/lib/PHPParser/Node/Stmt/HaltCompiler.php
2011-06-05 18:40:04 +02:00

8 lines
162 B
PHP

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