Phan\Analysis\AssignmentVisitor::visitCall PHP Method

visitCall() public method

php function f() { return [ 24 ]; } f()[1] = 42;
public visitCall ( ast\Node $node ) : Context
$node ast\Node A node to parse
return Phan\Language\Context A new or an unchanged context resulting from parsing the node
    public function visitCall(Node $node) : Context
    {
        return $this->context;
    }