diff --git a/Book/php7/internal_types/strings/zend_strings.rst b/Book/php7/internal_types/strings/zend_strings.rst index 4e9c0679..2896581d 100644 --- a/Book/php7/internal_types/strings/zend_strings.rst +++ b/Book/php7/internal_types/strings/zend_strings.rst @@ -43,7 +43,7 @@ yet, while the real hash is computed on first use. String accessors ---------------- -Just like with :ref:`zvals `, you don't manipulate ``zend_string`` fields by hand and use a number of access +Just like with :ref:`zvals `, you don't manipulate ``zend_string`` fields by hand but use a number of access macros instead:: zend_string *str = zend_string_init("foo", strlen("foo"), 0);