Code Duplication    Length = 10-10 lines in 2 locations

src/PhpQueryObject.php 2 locations

@@ 3956-3965 (lines=10) @@
3953
        return $this;
3954
    }
3955
3956
    public function dumpWhois()
3957
    {
3958
        print 'DUMP #' . (PhpQuery::$dumpCount++) . ' ';
3959
        $debug           = PhpQuery::$debug;
3960
        PhpQuery::$debug = false;
3961
        //		print __FILE__.':'.__LINE__."\n";
3962
        var_dump('whois', $this->whois());
3963
        PhpQuery::$debug = $debug;
3964
        return $this;
3965
    }
3966
3967
    public function dumpLength()
3968
    {
@@ 3967-3976 (lines=10) @@
3964
        return $this;
3965
    }
3966
3967
    public function dumpLength()
3968
    {
3969
        print 'DUMP #' . (PhpQuery::$dumpCount++) . ' ';
3970
        $debug           = PhpQuery::$debug;
3971
        PhpQuery::$debug = false;
3972
        //		print __FILE__.':'.__LINE__."\n";
3973
        var_dump('length', $this->length());
3974
        PhpQuery::$debug = $debug;
3975
        return $this;
3976
    }
3977
3978
    public function dumpTree($html = true, $title = true)
3979
    {