mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 18:38:05 +01:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $name Name
|
|
*/
|
|
class PHPParser_Node_Stmt_Goto extends PHPParser_Node_Stmt
|
|
{
|
|
} |