From d53da306cf8541c0d7fbc445c69bcc6978767302 Mon Sep 17 00:00:00 2001 From: dptole Date: Fri, 8 Apr 2022 05:13:16 -0300 Subject: [PATCH] Mispelling? At /Book/php7/internal_types/strings/zend_strings.rst --- Book/php7/internal_types/strings/zend_strings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);