E.16 StripWhitespace

The StripWhitespace filter removes all PHP comments and whitespace from the stream passed through the filter. Internally, this filter uses the php_strip_whitespace() function.

<filterchain>
  <stripwhitespace />
</filterchain>