Code Duplication    Length = 2-2 lines in 2 locations

view/SSTemplateParser.php 2 locations

@@ 1106-1107 (lines=2) @@
1103
				$result = array_pop($stack);
1104
				$_142 = FALSE; break;
1105
			}
1106
			if (( $subres = $this->literal( ''.$this->expression($result, $stack, 'q').'' ) ) !== FALSE) { $result["text"] .= $subres; }
1107
			else { $_142 = FALSE; break; }
1108
			$_142 = TRUE; break;
1109
		}
1110
		while(0);
@@ 3669-3670 (lines=2) @@
3666
			if (( $subres = $this->whitespace(  ) ) !== FALSE) { $result["text"] .= $subres; }
3667
			if (( $subres = $this->literal( 'end_' ) ) !== FALSE) { $result["text"] .= $subres; }
3668
			else { $_631 = FALSE; break; }
3669
			if (( $subres = $this->literal( ''.$this->expression($result, $stack, 'BlockName').'' ) ) !== FALSE) { $result["text"] .= $subres; }
3670
			else { $_631 = FALSE; break; }
3671
			if (( $subres = $this->whitespace(  ) ) !== FALSE) { $result["text"] .= $subres; }
3672
			if (( $subres = $this->literal( '%>' ) ) !== FALSE) { $result["text"] .= $subres; }
3673
			else { $_631 = FALSE; break; }