Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Feb 1, 2024
1 parent 0a6c0c9 commit 8ba4772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_vm_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -6649,6 +6649,7 @@ ZEND_VM_C_LABEL(num_index_dim):
if (OP2_TYPE == IS_CONST && Z_EXTRA_P(offset) == ZEND_EXTRA_VALUE) {
offset++;
}
// TODO Unset no default handler
Z_OBJ_HT_P(container)->unset_dimension(Z_OBJ_P(container), offset);
} else if (UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) {
zend_throw_error(NULL, "Cannot unset string offsets");
Expand Down

0 comments on commit 8ba4772

Please sign in to comment.