Skip to content

Commit 6e20480

Browse files
authored
Doc: Rename ZSTR_INIT to ZSTR_INIT_LITERAL in documentation
We don't have a macro named ZSTR_INIT. This should be ZSTR_INIT_LITERAL instead.
1 parent 9073875 commit 6e20480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/core/data-structures/zend_string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ new strings.
7070
- - Function/Macro [#persistent]_
7171
- Description
7272

73-
- - ``ZSTR_INIT(s, p)``
73+
- - ``ZSTR_INIT_LITERAL(s, p)``
7474
- Creates a new string from a string literal.
7575

7676
- - ``zend_string_init(s, l, p)``

0 commit comments

Comments
 (0)