File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,15 @@ extern PHPAPI zend_class_entry *reflection_lazy_object_ptr;
5151PHPAPI void zend_reflection_class_factory (zend_class_entry * ce , zval * object );
5252
5353/* Sets the value of a property, bypassing a set hook if defined.
54+ * 'prop': The property to set
55+ * 'unmangled_name': The name of the property
5456 * 'cache_slot': An opaque pointer used as an internal cache. The same
5557 * cache_slot can be used again with the same 'unmangled_name' and 'scope'.
56- * Must be zeroed on first use. May be NULL. */
58+ * Must be zeroed on first use. May be NULL.
59+ * 'scope': The scope from which to set the property
60+ * 'object': The object to set the value on
61+ * 'value': The value to set
62+ */
5763PHPAPI void zend_reflection_property_set_raw_value (
5864 zend_property_info * prop , zend_string * unmangled_name ,
5965 void * cache_slot [3 ], zend_class_entry * scope ,
You can’t perform that action at this time.
0 commit comments