Searched defs:__callstatic (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend.h | 443 union _zend_function *__callstatic; 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 1926 __callstatic = reg_function; 1969 scope->__callstatic = __callstatic; 2002 if (__callstatic) { 2003 if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) { 2004 zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.function_name); 2006 __callstatic->common.fn_flags |= ZEND_ACC_STATIC; 2536 fcc->calling_scope->__callstatic))) {
|
Completed in 10 milliseconds