__callstatic      503 Zend/zend.h    	union _zend_function *__callstatic;
__callstatic     2037 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     2175 Zend/zend_API.c 				__callstatic = reg_function;
__callstatic     2220 Zend/zend_API.c 		scope->__callstatic = __callstatic;
__callstatic     2254 Zend/zend_API.c 		if (__callstatic) {
__callstatic     2255 Zend/zend_API.c 			if (!(__callstatic->common.fn_flags & ZEND_ACC_STATIC)) {
__callstatic     2256 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() must be static", scope->name, __callstatic->common.function_name);
__callstatic     2258 Zend/zend_API.c 			__callstatic->common.fn_flags |= ZEND_ACC_STATIC;
__callstatic     2862 Zend/zend_API.c 		      (!fcc->object_ptr && fcc->calling_scope->__callstatic)))) {
__callstatic      194 Zend/zend_API.h 		class_container.__callstatic = NULL;					\
__callstatic     1667 Zend/zend_compile.c 				CG(active_class_entry)->__callstatic = (zend_function *) CG(active_op_array);
__callstatic     3150 Zend/zend_compile.c 	if (!ce->__callstatic) {
__callstatic     3151 Zend/zend_compile.c 		ce->__callstatic = ce->parent->__callstatic;
__callstatic     4001 Zend/zend_compile.c 		ce->__callstatic = fe;
__callstatic     6985 Zend/zend_compile.c 		ce->__callstatic = NULL;
__callstatic     1145 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr);
__callstatic     1217 Zend/zend_object_handlers.c 		} else if (ce->__callstatic) {
__callstatic     1242 Zend/zend_object_handlers.c 			if (ce->__callstatic) {
__callstatic     1252 Zend/zend_object_handlers.c 			if (ce->__callstatic) {
__callstatic      795 ext/opcache/zend_accelerator_util_funcs.c 	zend_update_inherited_handler(__callstatic);
__callstatic      684 ext/opcache/zend_persist.c 	if (ce->__callstatic) {
__callstatic      685 ext/opcache/zend_persist.c 		ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);
__callstatic      686 ext/opcache/zend_persist.c 		ce->__callstatic->op_array.refcount++;