PHP Class PHPSA\Analyzer\Pass\Expression\FunctionCall\DeprecatedIniOptions

Inheritance: extends AbstractFunctionCallAnalyzer
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$deprecatedOptions
$functions

Public Methods

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

Method Details

pass() public method

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

Property Details

$deprecatedOptions protected static property

protected static $deprecatedOptions

$functions protected static property

protected static $functions