Steph Fox schreef:
Seems like a winner. Just a whole ton of BC though for those using #
for comments.

Yep, so forget it. Or were you doing a Jani? ;)

It seems to hav escaped everyone that Greg's latest proposal doesn't change
the namespace seperator token, instead it comes with a new concept of namespace
member [token].

ambiguity related to the 'use' statements remains regardless of what the 
namespace
seperator is ... therefore the proposal for a new operator that allows to 
explicitly
reference namespace members:

<?php

use my#funky#namespace#strlen; // is this aliasing a class, function or 
namespace?

strlen(); // is this interal strlen() or namespaced function?

?>

and obviously BC dictates that '#' cannot be considered, but that's moot anyhow.


- Steph




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

Reply via email to