
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
// Comment with 2 spaces trailing whitespace.  
$rav = FALSE;

if ($rav) {
	echo 'This line is tab indented';
}
