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