Um, that's the type of thing that a quick test could tell you, isn't it?
John
On Wed, 2004-06-09 at 20:53, l0t3k wrote:
> lets try again
> in an OOP extension using methods NOT tagged as ZEND_ACC_STATIC,
> does ZE2
> prevent them from being called statically or do i always need to do :
>
>
lets try again
in an OOP extension using methods NOT tagged as ZEND_ACC_STATIC,
does ZE2
prevent them from being called statically or do i always need to do :
if (!getThis()) {
ERROR("Cannot call this method statically");
RETURN_FALSE;
}
l0t3k
--
PHP Interna