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 b109c76 commit d8a3d9fCopy full SHA for d8a3d9f
ext/spl/spl_iterators.c
@@ -3027,7 +3027,7 @@ PHP_FUNCTION(iterator_to_array)
3027
} /* }}} */
3028
3029
typedef struct {
3030
- /* To distinguish betwseen arrays and iterator objects we use the fact that UINT32_MAX
+ /* To distinguish between arrays and iterator objects we use the fact that UINT32_MAX
3031
* is not a possible array hash position index. */
3032
HashPosition hash_position_or_tag;
3033
union {
0 commit comments