mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 09:37:21 +01:00
9 lines
161 B
PHP
9 lines
161 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property Node_Expr $value Value to pass
|
||
|
* @property bool $byRef Whether to pass by ref
|
||
|
*/
|
||
|
class Node_Expr_FuncCallArg extends Node_Expr
|
||
|
{
|
||
|
}
|