Ron Korving wrote:
I'm a big fan of this keyword. No "pppp", and this is in fact clearer and better than the readonly keyword I advocated. Great idea :)

Just a quick question because I wasn't able to test any implementation yet: Does the new keyword conflict with functions/methods/properties of the same name?

I.e. would class A { function readonly() { return false; } } still work? Otherwise we would have a *big* BC break issue.

- Chris

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

Reply via email to