Searched defs:__unset (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 498 union _zend_function *__unset; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 2035 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 2175 __unset = reg_function; 2214 scope->__unset = __unset; 2267 if (__unset) { 2268 if (__unset->common.fn_flags & ZEND_ACC_STATIC) { 2269 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __unset->common.function_name); 2271 __unset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds