PHPCfg\Op\Phi::__construct PHP Method

__construct() public method

public __construct ( Operand $result, array $attributes = [] )
$result PHPCfg\Operand
$attributes array
    public function __construct(Operand $result, array $attributes = [])
    {
        parent::__construct($attributes);
        $this->result = $this->addWriteRef($result);
    }