__callstatic      155 Zend/zend.h    	union _zend_function *__callstatic;
__callstatic     2129 Zend/zend_API.c 	zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL;
__callstatic     2284 Zend/zend_API.c 				__callstatic = reg_function;
__callstatic     2334 Zend/zend_API.c 		scope->__callstatic = __callstatic;
__callstatic     2368 Zend/zend_API.c 		if (__callstatic) {
__callstatic     2369 Zend/zend_API.c 			if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) {
__callstatic     2370 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callstatic->common.function_name));
__callstatic     2372 Zend/zend_API.c 			__callstatic->common.fn_flags |= ZEND_ACC_STATIC;
__callstatic     3041 Zend/zend_API.c 		      (!fcc->object && fcc->calling_scope->__callstatic)))) {
__callstatic      203 Zend/zend_API.h 		class_container.__callstatic = NULL;					\
__callstatic     1652 Zend/zend_compile.c 		ce->__callstatic = NULL;
__callstatic     4743 Zend/zend_compile.c 			ce->__callstatic = (zend_function *) op_array;
__callstatic      120 Zend/zend_inheritance.c 	if (EXPECTED(!ce->__callstatic)) {
__callstatic      121 Zend/zend_inheritance.c 		ce->__callstatic = ce->parent->__callstatic;
__callstatic     1066 Zend/zend_inheritance.c 		ce->__callstatic = fe;
__callstatic     1034 Zend/zend_object_handlers.c 	zend_function *fbc = is_static ? ce->__callstatic : ce->__call;
__callstatic     1216 Zend/zend_object_handlers.c 			} else if (ce->__callstatic) {
__callstatic     1242 Zend/zend_object_handlers.c 			if (ce->__callstatic) {
__callstatic     1253 Zend/zend_object_handlers.c 			if (ce->__callstatic) {
__callstatic      460 ext/opcache/zend_accelerator_util_funcs.c 	zend_update_inherited_handler(__callstatic);
__callstatic      643 ext/opcache/zend_file_cache.c 	SERIALIZE_PTR(ce->__callstatic);
__callstatic     1182 ext/opcache/zend_file_cache.c 	UNSERIALIZE_PTR(ce->__callstatic);
__callstatic      882 ext/opcache/zend_persist.c 	if (ce->__callstatic) {
__callstatic      883 ext/opcache/zend_persist.c 		ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);