PHPCfg\Op\Phi::hasOperand PHP Method

hasOperand() public method

public hasOperand ( Operand $op )
$op PHPCfg\Operand
    public function hasOperand(Operand $op)
    {
        return in_array($op, $this->vars, true);
    }