php-parser/lib/Node/Stmt/HaltCompiler.php

8 lines
142 B
PHP
Raw Normal View History

2011-06-03 22:02:02 +02:00
<?php
/**
* @property string $remaining Remaining text after halt compiler statement.
*/
class Node_Stmt_HaltCompiler extends Node_Stmt
{
}