Code Duplication    Length = 3-3 lines in 2 locations

htdocs/modules/system/class/thumbs/phpthumb.gif.php 1 location

@@ 354-356 (lines=3) @@
351
			$data  = substr($data, 1);
352
353
			if ($Count) {
354
				for ($i = 0; $i < $Count; $i++) {
355
					$this->Buf[2 + $i] = ord($data{$i});
356
				}
357
				$data = substr($data, $Count);
358
			} else {
359
				$this->Done = 1;

htdocs/xoops_lib/modules/protector/library/HTMLPurifier/ChildDef/Required.php 1 location

@@ 98-100 (lines=3) @@
95
                // spill the child contents in
96
                // ToDo: Make configurable
97
                if ($node instanceof HTMLPurifier_Node_Element) {
98
                    for ($i = count($node->children) - 1; $i >= 0; $i--) {
99
                        $stack[] = $node->children[$i];
100
                    }
101
                    continue;
102
                }
103
                continue;