Code Duplication    Length = 2-2 lines in 2 locations

view/SSTemplateParser.php 2 locations

@@ 1118-1119 (lines=2) @@
1115
				$result = array_pop($stack);
1116
				$_143 = FALSE; break;
1117
			}
1118
			if (( $subres = $this->literal( ''.$this->expression($result, $stack, 'q').'' ) ) !== FALSE) { $result["text"] .= $subres; }
1119
			else { $_143 = FALSE; break; }
1120
			$_143 = TRUE; break;
1121
		}
1122
		while(0);
@@ 3681-3682 (lines=2) @@
3678
			if (( $subres = $this->whitespace(  ) ) !== FALSE) { $result["text"] .= $subres; }
3679
			if (( $subres = $this->literal( 'end_' ) ) !== FALSE) { $result["text"] .= $subres; }
3680
			else { $_632 = FALSE; break; }
3681
			if (( $subres = $this->literal( ''.$this->expression($result, $stack, 'BlockName').'' ) ) !== FALSE) { $result["text"] .= $subres; }
3682
			else { $_632 = FALSE; break; }
3683
			if (( $subres = $this->whitespace(  ) ) !== FALSE) { $result["text"] .= $subres; }
3684
			if (( $subres = $this->literal( '%>' ) ) !== FALSE) { $result["text"] .= $subres; }
3685
			else { $_632 = FALSE; break; }