Skip to content

Commit 7deac3d

Browse files
committed
Comment
1 parent 9104f15 commit 7deac3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/reflection/php_reflection.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ extern PHPAPI zend_class_entry *reflection_lazy_object_ptr;
5050

5151
PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
5252

53-
/* Sets the value of a property, bypassing a set hook if defined. */
53+
/* Sets the value of a property, bypassing a set hook if defined.
54+
* 'cache_slot': An opaque pointer used as an internal cache. The same
55+
* cache_slot can be used again with the same 'unmangled_name' and 'scope'.
56+
* Must be zeroed on first use. May be NULL. */
5457
PHPAPI void zend_reflection_property_set_raw_value(
5558
const zend_property_info *prop, zend_string *unmangled_name,
5659
void *cache_slot[3], const zend_class_entry *scope,

0 commit comments

Comments
 (0)