Searched defs:__callstatic (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 501 union _zend_function *__callstatic; 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 2167 __callstatic = reg_function; 2210 scope->__callstatic = __callstatic; 2243 if (__callstatic) { 2244 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { 2245 zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.function_name); 2247 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; 2846 fcc->calling_scope->__callstatic))) {
|
Completed in 11 milliseconds