diff options
author | Marcus Boerger <helly@php.net> | 2003-11-26 08:18:26 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-11-26 08:18:26 +0000 |
commit | 06cdd3e4ccd0eeeba36d4c5034b12dad439b6688 (patch) | |
tree | d5c12c4bad3717bd72c73f28217634bd8545ad77 /ext/spl/php_spl.c | |
parent | a537eadf4ae30cc611c8edc548b24a90cc5c964a (diff) | |
download | php-git-06cdd3e4ccd0eeeba36d4c5034b12dad439b6688.tar.gz |
Remove interfaces implemented in engine now
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-x | ext/spl/php_spl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 3f179dc9f7..3ed11067cd 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -210,10 +210,8 @@ PHP_FUNCTION(spl_classes) { array_init(return_value); - SPL_ADD_CLASS(ArrayAccess); SPL_ADD_CLASS(ArrayObject); SPL_ADD_CLASS(ArrayIterator); - SPL_ADD_CLASS(ArrayRead); SPL_ADD_CLASS(DirectoryIterator); SPL_ADD_CLASS(RecursiveIterator); SPL_ADD_CLASS(RecursiveIteratorIterator); |