diff --git a/docs/source/core/data-structures/zend_string.rst b/docs/source/core/data-structures/zend_string.rst index 292028e43497..d341347277a4 100644 --- a/docs/source/core/data-structures/zend_string.rst +++ b/docs/source/core/data-structures/zend_string.rst @@ -70,7 +70,7 @@ new strings. - - Function/Macro [#persistent]_ - Description - - - ``ZSTR_INIT(s, p)`` + - - ``ZSTR_INIT_LITERAL(s, p)`` - Creates a new string from a string literal. - - ``zend_string_init(s, l, p)``