PhpMigration\Changes\v5dot4\Deprecated::isDeprecatedFunc PHP Method

isDeprecatedFunc() protected method

protected isDeprecatedFunc ( $node )
    protected function isDeprecatedFunc($node)
    {
        return $node instanceof Expr\FuncCall && $this->funcTable->has($node->name);
    }