{% else-1 %}
Возвращает PHP код, удалив из него все пробелы и комментарии.

Использование:

                        
<?php
// PHP comment here

/*
* Another PHP comment
*/

echo php_strip_whitespace(__FILE__);
// Newlines are considered whitespace, and are removed too:
do_nothing();
?>
-1 25 0
Без комментариев...