mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-11 08:59:46 +01:00
5 lines
49 B
PHP
5 lines
49 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Stmt_Goto extends Node_Stmt
|
||
|
{
|
||
|
}
|