summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-07-16 09:48:36 +0000
committerMarcus Boerger <helly@php.net>2003-07-16 09:48:36 +0000
commit15097151f4a7545c1d359bf86f495eb18b9842db (patch)
tree15478d4ef4e7ed26ddcff3d385febfcd71b6adad /ext/spl/spl_array.h
parentc03bd010c3a5aa1b7f115e854da63895be217a1d (diff)
downloadphp-git-15097151f4a7545c1d359bf86f495eb18b9842db.tar.gz
Update and remove parts no longer possible
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index 2b75753a31..3aa194c8cc 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -29,14 +29,9 @@ ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FETCH_DIM_RW);
#endif
#ifdef SPL_ARRAY_WRITE
-ZEND_EXECUTE_HOOK_FUNCTION(ZEND_ASSIGN);
+ZEND_EXECUTE_HOOK_FUNCTION(ZEND_ASSIGN_DIM);
#endif
-SPL_CLASS_FUNCTION(array_writer_default, __construct);
-SPL_CLASS_FUNCTION(array_writer_default, set);
-
-zend_object_value spl_array_writer_default_create(zend_class_entry *class_type TSRMLS_DC);
-
#endif /* SPL_ARRAY_H */
/*