I have a feature request: I'd like to have '#' comment like
macro which would expand "_ foo" to "?> foo\n<?php".

Has this been requested before?  If so, why it wasn't implented?

e.g.
"
<?php
        for(..) {
                _       <td>
        }
?>
"
would echo "\t<td>\n" to page.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to