1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix some typos on the reference counting docs page

This commit is contained in:
Máté Kocsis
2024-04-30 22:16:45 +02:00
parent 2fd30a2000
commit 53de62561d

View File

@@ -223,6 +223,6 @@ own allocator. Usually, such values are alive for the entire lifetime of the pro
being freed at the end of the request. See the `Zend allocator <todo>`_ chapter for more
information.
The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``CG_PERSISTENT`` value is only accessibly in one
The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``GC_PERSISTENT`` value is only accessible in one
thread, and is thus still safe to modify. This flag is only used in debug builds to satisfy an
``assert``.