Pierre wrote:
> I don't like new keywords either, but I don't see any alternative. I
> also think that interfaces are what should be used. But it seems that
> we are wrong, interfaces do not solve this issue, I'm still unsure
> about the reasons though.

 Not that I am advocating this, but

   class Foo implements PHP_StrictMode {}

 could imply the same semantics as

   strict class Foo {}

-- 
Sebastian Bergmann                      http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

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

Reply via email to