mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-13 09:57:25 +01:00
11 lines
244 B
PHP
11 lines
244 B
PHP
<?php
|
|
|
|
/**
|
|
* @property bool $byRef Whether to return by reference
|
|
* @property array $params Parameters
|
|
* @property array $useVars use() variables
|
|
* @property array $stmts Statements
|
|
*/
|
|
class Node_Expr_LambdaFunc extends Node_Expr
|
|
{
|
|
} |