File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ limited precision and commonly doesn't store the exact value you want.
7676The remaining four types will only be mentioned here quickly and discussed in greater detail in their own chapters:
7777
7878Strings (``IS_STRING ``) are stored in a ``zend_string `` structure, which combines the string length and the string
79- constants in a single allocation. You will find more information about the ``zend_string `` structure and its
79+ contents in a single allocation. You will find more information about the ``zend_string `` structure and its
8080dedicated API in the :doc: `string <../internal_types/strings >` chapter.
8181
8282Arrays use the ``IS_ARRAY `` type tag and are stored in the ``zend_array *arr `` member. How the ``HashTable `` structure
You can’t perform that action at this time.
0 commit comments