We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aa4ec commit 50c47b5Copy full SHA for 50c47b5
1 file changed
deepclone.c
@@ -3141,7 +3141,7 @@ PHP_FUNCTION(deepclone_hydrate)
3141
real_name = NULL; /* don't free — it's prop_key */
3142
}
3143
3144
-add_to_scope:
+add_to_scope:;
3145
/* Add to scoped_props[scope_str][real_name] = &prop_val */
3146
zval *scope_bucket = zend_hash_find(scoped_props, scope_str);
3147
if (!scope_bucket) {
0 commit comments