1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 00:49:40 +01:00
PHP-Parser/lib/Node/Stmt/Echo.php

8 lines
95 B
PHP
Raw Normal View History

<?php
/**
* @property array $exprs Expressions
*/
class Node_Stmt_Echo extends Node_Stmt
{
}