Hi,

On Fri, 2008-09-12 at 14:11 -0500, Greg Beaver wrote:
> This is a simple patch that allows files like this:
> 
> main.php:
> 
> <html>
[...]
> <?php
> namespace my::template;
> // stuff
> ?>

I'd prefer:

main.php:

<?php
namespace foo;
?>
<html>
<!-- ... -->
<?php
//stuff
?>
</html>

looks cleaner imo.

johannes


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

Reply via email to