We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d4aeb commit 25acbe7Copy full SHA for 25acbe7
Book/php7/internal_types/strings/zend_strings.rst
@@ -43,7 +43,7 @@ yet, while the real hash is computed on first use.
43
String accessors
44
----------------
45
46
-Just like with :ref:`zvals <zvals>`, you don't manipulate ``zend_string`` fields by hand and use a number of access
+Just like with :ref:`zvals <zvals>`, you don't manipulate ``zend_string`` fields by hand but use a number of access
47
macros instead::
48
49
zend_string *str = zend_string_init("foo", strlen("foo"), 0);
0 commit comments