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 <em>NOT</em> 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
-- 
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-
John Coggeshall                   http://www.coggeshall.org/
The PHP Developer's Handbook    http://www.php-handbook.com/
-=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=-

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

Reply via email to