mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- When appending a single character to the string, use `smart_str_appendc()` - When appending a C-string without printf use, use `smart_str_appends()` - When appending just a `zend_string`, use `smart_str_append()`