Searched defs:__get (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 316 HashTable *guards; /* protects from __get/__set ... recursion */ 496 union _zend_function *__get; 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 2171 __get = reg_function; 2212 scope->__get = __get; 2255 if (__get) { 2256 if (__get->common.fn_flags & ZEND_ACC_STATIC) { 2257 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_name); 2259 __get->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds