On Sat, Dec 06, 2003 at 10:59:33AM +0100, Sebastian Bergmann wrote: > PHP's internal *function names* should use _ to delimit between > words. [snip] > And this what we should *consistently* adopt for the naming of PHP's > internal *method names*.
Why should methods differ from functions in naming? That in itself is inconsistency... I'm in favour of naming with underscores, simply because that was the PHP way until now and it helps readability a lot. But i guess the only solution that both parties will accept is dynamically removing all underscores from names when calling a function/method (that would clear up the strpos/str_replace etc inconsistency as well). -- Regards, Stefan Walk <[EMAIL PROTECTED]> -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php