diff options
Diffstat (limited to 'ext/spl/spl_array.h')
| -rwxr-xr-x | ext/spl/spl_array.h | 1 |
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); |
