summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 00:26:59 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 00:26:59 +0000
commitb9470609ad6ccb27ec38c8dd1fdbe121a41f33b5 (patch)
tree77ed6faf25981c04b8fa5ec03cd07a6a6888b6e2 /ext/spl/spl_array.h
parent9626e9859a045d76f4fdd339c61d9c4345758f68 (diff)
downloadphp-git-b9470609ad6ccb27ec38c8dd1fdbe121a41f33b5.tar.gz
- Minor fixes
- Implement AppendIterator in C
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index 1e9b402dcb..cf29ae439e 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -29,6 +29,8 @@ extern zend_class_entry *spl_ce_ArrayIterator;
PHP_MINIT_FUNCTION(spl_array);
+extern void spl_array_iterator_append(zval *object, zval *append_value TSRMLS_DC);
+
#endif /* SPL_ARRAY_H */
/*