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.
76
76
The remaining four types will only be mentioned here quickly and discussed in greater detail in their own chapters:
77
77
78
78
Strings (``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
80
80
dedicated API in the :doc: `string <../internal_types/strings >` chapter.
81
81
82
82
Arrays 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