summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/spl_array.c')
-rw-r--r--ext/spl/spl_array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c
index b9cba542e1..9244231222 100644
--- a/ext/spl/spl_array.c
+++ b/ext/spl/spl_array.c
@@ -180,7 +180,6 @@ static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zval *
memset(intern, 0, sizeof(spl_array_object));
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
- zend_objects_store_put(&intern->std TSRMLS_CC);
object_properties_init(&intern->std, class_type);
intern->ar_flags = 0;