Searched defs:__set (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend.h | 302 HashTable *guards; /* protects from __get/__set ... recursion */ 487 union _zend_function *__set; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1008 * because it may call __set from the uninitialized object otherwise. */ 1972 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 2110 __set = reg_function; 2150 scope->__set = __set; 2198 if (__set) { 2199 if (__set->common.fn_flags & ZEND_ACC_STATIC) { 2200 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __set->common.function_name); 2202 __set->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds