Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update zend_string.rst
  • Loading branch information
LamentXU123 authored Apr 6, 2026
commit f21f2cfcd9b4481e28943cddea34ed91bf1f0711
2 changes: 1 addition & 1 deletion docs/source/core/data-structures/zend_string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ hashing, and interning helpers.
- - ``zend_string_concat2(s1, l1, s2, l2)``
- Creates a non-persistent string by concatenating two character buffers.

- - ``zend_string_concat3(s1, l1, s2, l2, s3, l3)``
- - ``zend_string_concat3(...)``
- Same as ``zend_string_concat2``, but for three character buffers.

- - ``ZSTR_EMPTY_ALLOC()``
Expand Down