Searched defs:__call (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend.h | 490 union _zend_function *__call; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1972 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 2102 __call = reg_function; 2146 scope->__call = __call; 2174 if (__call) { 2175 if (__call->common.fn_flags & ZEND_ACC_STATIC) { 2176 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_name); 2178 __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; 2782 (fcc->calling_scope->__call || 2801 if (strict_class && ce_org->__call) { [all...] |
Completed in 10 milliseconds