> From: Marcus Börger [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 12, 2003 1:06 PM
 
>   after last discussion on this list regarding PHP's naming convention
for
> OOCode i took a deeper look at fixing my main concerns. That is error
> messages, backtraces and reflection show lowercased method names.
However
> this is easily changeable; with a minor performance decrease at
> compiletime
> when handling methods (not functions).
> 
> The attached patch now changes two files for two different purposes:
> 1) Zend/zend_compile.c, These changes allow to show the original
> function/method names in errors, backtraces and reflection. This works
for
> internal as well as for user functions/methods.
> 
> 2) Zend/zend_default_classes.c, changes the method names of the
internal
> exception class to studlyCaps naming convention.

> I think decision whether to incorporate this patch is up to Zeev and
Andi.

I am +1 on this obviously.

However it is important to note that this is also useful for userland
code, so I am +1 on this regardless of the php OO CS.

Regards,
Lukas

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

Reply via email to