Skip to content

Commit

Permalink
#1259 - Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 24, 2021
1 parent 0e6473d commit f1edf74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernels/ZendEngine3/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,8 @@ int zephir_unset_property(zval* object, const char* name)

/**
* Unsets an index in an array property
*
* TODO: This only works with zephir_read_property() + zephir_array_unset_string(), which might be incorrect
*/
int zephir_unset_property_array(zval *object, char *property, unsigned int property_length, zval *index)
{
Expand Down

0 comments on commit f1edf74

Please sign in to comment.