diff options
author | Dmitry Stogov <dmitry@zend.com> | 2017-05-25 12:47:43 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2017-05-25 12:47:43 +0300 |
commit | 27e7aea4124ffdecb6d40a2f5723e413a7b40562 (patch) | |
tree | 339f9ea525134eafc552fc7f7d4900b0dc656e1f /ext/spl/php_spl.c | |
parent | 44ec732752a99334985759a569814bab05d95051 (diff) | |
download | php-git-27e7aea4124ffdecb6d40a2f5723e413a7b40562.tar.gz |
"Countable" interface is moved from SPL to Core
Diffstat (limited to 'ext/spl/php_spl.c')
-rw-r--r-- | ext/spl/php_spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 092fc54872..34b54e81e1 100644 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -184,7 +184,6 @@ PHP_FUNCTION(class_uses) SPL_ADD_CLASS(BadMethodCallException, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CachingIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(CallbackFilterIterator, z_list, sub, allow, ce_flags); \ - SPL_ADD_CLASS(Countable, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(DomainException, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(EmptyIterator, z_list, sub, allow, ce_flags); \ |