mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 17:28:27 +01:00
8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $remaining Remaining text after halt compiler statement.
|
|
*/
|
|
class Node_Stmt_HaltCompiler extends Node_Stmt
|
|
{
|
|
} |