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