summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-26 08:18:26 +0000
committerMarcus Boerger <helly@php.net>2003-11-26 08:18:26 +0000
commit06cdd3e4ccd0eeeba36d4c5034b12dad439b6688 (patch)
treed5c12c4bad3717bd72c73f28217634bd8545ad77 /ext/spl/php_spl.c
parenta537eadf4ae30cc611c8edc548b24a90cc5c964a (diff)
downloadphp-git-06cdd3e4ccd0eeeba36d4c5034b12dad439b6688.tar.gz
Remove interfaces implemented in engine now
Diffstat (limited to 'ext/spl/php_spl.c')
-rwxr-xr-xext/spl/php_spl.c2
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);