On Mon, 14 Jun 2010 11:56:57 +0100, Melanie Rhianna Lewis
<cybersp...@php.net> wrote:

My feeling is that they should all be static consts unless explicitly accessed outside of the object module or changed. Since typically they're a list of function/method entries only accessed by a class or zend_module_entry that is really the case. Without the static we're polluting the name space.


The static keyword is unnecessary, const already makes the variable have internal linkage by default.

--
Gustavo Lopes

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

Reply via email to