1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 05:41:23 +01:00

8 lines
115 B
PHP
Raw Normal View History

2011-06-05 18:40:04 +02:00
<?php
/**
* @property array $exprs Expressions
*/
class PHPParser_Node_Stmt_Echo extends PHPParser_Node_Stmt
{
}