We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c67abb commit 476c333Copy full SHA for 476c333
ext/opcache/zend_persist.c
@@ -317,8 +317,8 @@ uint32_t zend_accel_get_class_name_map_ptr(zend_string *type_name)
317
do {
318
ret = (uint32_t)(uintptr_t)zend_map_ptr_new();
319
} while (ret <= 2);
320
- GC_ADD_FLAGS(type_name, IS_STR_CLASS_NAME_MAP_PTR);
321
GC_SET_REFCOUNT(type_name, ret);
+ GC_ADD_FLAGS(type_name, IS_STR_CLASS_NAME_MAP_PTR);
322
return ret;
323
}
324
0 commit comments