summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 10:45:54 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 10:45:54 +0000
commit8e3a8b1e8edb23613c5785d0ee2a3104c8a8d616 (patch)
tree72fe8096732d19d824e3d6f8f76a4da2a27777bd /ext/spl/spl_array.h
parentb557bdb665a69748afb885b3d3d47523d9a0973e (diff)
downloadphp-git-8e3a8b1e8edb23613c5785d0ee2a3104c8a8d616.tar.gz
- Add interface Countable (PECL #30113)
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index cf29ae439e..f075be6f91 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -26,6 +26,7 @@
extern zend_class_entry *spl_ce_ArrayObject;
extern zend_class_entry *spl_ce_ArrayIterator;
+extern zend_class_entry *spl_ce_Countable;
PHP_MINIT_FUNCTION(spl_array);