1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/lib/PHPParser/Node/Stmt/HaltCompiler.php

8 lines
162 B
PHP
Raw Normal View History

2011-06-03 22:02:02 +02:00
<?php
/**
* @property string $remaining Remaining text after halt compiler statement.
*/
2011-06-05 18:40:04 +02:00
class PHPParser_Node_Stmt_HaltCompiler extends PHPParser_Node_Stmt
2011-06-03 22:02:02 +02:00
{
}