<?php // Comment with 2 spaces trailing whitespace. $var = FALSE; if ($var) { echo 'This line is tab indented'; }
info at phpclasses dot org