Skip to content

smart_str* usage refactoring#21410

Draft
Girgias wants to merge 8 commits intophp:masterfrom
Girgias:smart-str-improvements
Draft

smart_str* usage refactoring#21410
Girgias wants to merge 8 commits intophp:masterfrom
Girgias:smart-str-improvements

Conversation

@Girgias
Copy link
Member

@Girgias Girgias commented Mar 11, 2026

Commits should be reviewed individually.

{
smart_str_append_ex(dest, src, false);
}
#define smart_str_append_literal(dest, src) smart_str_appendl_ex(dest, "" src, sizeof(src)-1, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: it might be best to remove the trailing ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants