On Sun, 10 Jul 2011, Stas Malyshev wrote:
> Hi!
>
> On 7/10/11 9:41 AM, Patrick ALLAERT wrote:
> > I'm sure some projects have defined classes with those keywords in
> > some namespace (to ensure they wouldn't conflict with possible PHP
> > built-in stuff) like in:
> >
> > namespace \Types {
> > class Int {
> > // ...
> > }
> > class Float {
> > // ...
> > }
> > class String {
> > // ...
> > }
> > // ...
> > }
>
> We probably can do it so String is OK, but string is not.
Are you suggesting to make class names case sensitive now? I don't think
that that's what you meant, but it clearly shows that the "probably can"
is "cannot" in your sentence above.
cheers,
Derick
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php