Searched defs:__call (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 500 union _zend_function *__call; 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 2165 __call = reg_function; 2209 scope->__call = __call; 2237 if (__call) { 2238 if (__call->common.fn_flags & ZEND_ACC_STATIC) { 2239 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_name); 2241 __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; 2845 (fcc->calling_scope->__call || 2864 if (strict_class && ce_org->__call) { [all...] |
Completed in 10 milliseconds