We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e80f1 commit c6a282dCopy full SHA for c6a282d
Book/php7/zvals/basic_structure.rst
@@ -83,7 +83,7 @@ Arrays use the ``IS_ARRAY`` type tag and are stored in the ``zend_array *arr`` m
83
works will be discussed in the :doc:`Hashtables <../internal_types/hashtables>` chapter.
84
85
Objects (``IS_OBJECT``) use the ``zend_object *obj`` member. PHP's class and object system will be described in the
86
-:doc:`objects <../internal_types/objects>` chapter.
+:doc:`objects <../classes_objects>` chapter.
87
88
Resources (``IS_RESOURCE``) are use the ``zend_resource *res`` member. Resources are covered in the
89
:doc:`Resources <../internal_types/zend_resources>` chapter.
0 commit comments