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