mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
5 lines
50 B
PHP
5 lines
50 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Expr_Print extends Node_Expr
|
||
|
{
|
||
|
}
|