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

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