diff options
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); |