Searched defs:__set (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 316 HashTable *guards; /* protects from __get/__set ... recursion */ 497 union _zend_function *__set; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1037 * because it may call __set from the uninitialized object otherwise. */ 2035 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 2173 __set = reg_function; 2213 scope->__set = __set; 2261 if (__set) { 2262 if (__set->common.fn_flags & ZEND_ACC_STATIC) { 2263 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __set->common.function_name); 2265 __set->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds