Searched defs:__get (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend.h | 300 HashTable *guards; /* protects from __get/__set ... recursion */ 438 union _zend_function *__get; 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 1930 __get = reg_function; 1971 scope->__get = __get; 2014 if (__get) { 2015 if (__get->common.fn_flags & ZEND_ACC_STATIC) { 2016 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __get->common.function_name); 2018 __get->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds