Searched defs:__unset (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend.h | 440 union _zend_function *__unset; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1807 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 1934 __unset = reg_function; 1973 scope->__unset = __unset; 2026 if (__unset) { 2027 if (__unset->common.fn_flags & ZEND_ACC_STATIC) { 2028 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __unset->common.function_name); 2030 __unset->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 10 milliseconds