Re: [PHP-DEV] That should be " ZE2 and NON static methods"

2004-06-09 Thread John Coggeshall
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 : > >

[PHP-DEV] That should be " ZE2 and NON static methods"

2004-06-09 Thread l0t3k
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