mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-06 05:58:59 +01:00
11 lines
264 B
PHP
11 lines
264 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 PHPParser_Node_Expr_LambdaFunc extends PHPParser_Node_Expr
|
|
{
|
|
} |