We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdd6c0 commit e643471Copy full SHA for e643471
Book/php7/internal_types/strings.rst
@@ -1,7 +1,7 @@
1
Strings
2
=======
3
4
-Rather than using plain a plain ``char *`` pointer, PHP uses a custom ``zend_string`` type to
+Rather than using a plain ``char *`` pointer, PHP uses a custom ``zend_string`` type to
5
represent strings. This chapter discusses how to work with this structure, as well as various
6
string-related utilities.
7
0 commit comments