From 8e3a8b1e8edb23613c5785d0ee2a3104c8a8d616 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 1 Nov 2004 10:45:54 +0000 Subject: - Add interface Countable (PECL #30113) --- ext/spl/spl_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/spl/spl_array.h') 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); -- cgit v1.2.1