PHP Interface PHPSA\Analyzer\Pass\Expression\FunctionCall\PassFunctionCallInterface

Show file Open project: ovr/phpsa

Public Methods

Method Description
pass ( PhpParser\Node\Expr\FuncCall $funcCall, Context $context ) : mixed

Method Details

pass() public method

public pass ( PhpParser\Node\Expr\FuncCall $funcCall, Context $context ) : mixed
$funcCall PhpParser\Node\Expr\FuncCall
$context PHPSA\Context
return mixed