Searched defs:__isset (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend.h499 union _zend_function *__isset; member in struct:_zend_class_entry
H A Dzend_API.c2035 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local
2177 __isset = reg_function;
2215 scope->__isset = __isset;
2273 if (__isset) {
2274 if (__isset->common.fn_flags & ZEND_ACC_STATIC) {
2275 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __isset->common.function_name);
2277 __isset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;

Completed in 11 milliseconds