diff options
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index b8de833022..474da85c01 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -83,22 +83,10 @@ extern int spl_globals_id; extern zend_spl_globals spl_globals; #endif -extern zend_class_entry *spl_ce_iterator; -extern zend_class_entry *spl_ce_forward; -extern zend_class_entry *spl_ce_sequence; -extern zend_class_entry *spl_ce_assoc; -extern zend_class_entry *spl_ce_forward_assoc; -extern zend_class_entry *spl_ce_sequence_assoc; -extern zend_class_entry *spl_ce_array_read; -extern zend_class_entry *spl_ce_array_access; - PHP_FUNCTION(spl_classes); PHP_FUNCTION(class_parents); PHP_FUNCTION(class_implements); -PHP_MINIT_FUNCTION(spl_array); -PHP_MINIT_FUNCTION(spl_directory); - #endif /* PHP_SPL_H */ /* |