summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-07-19 20:54:22 +0000
committerMarcus Boerger <helly@php.net>2003-07-19 20:54:22 +0000
commit173cb1436fb57035f12e08578b14a6ef89e2a55d (patch)
treedfd33d1c7d0d35773ed8581df2fa49025d13396d /ext/spl/php_spl.h
parent9556c6c27e5388ce36707065476549ebc181cd5d (diff)
downloadphp-git-173cb1436fb57035f12e08578b14a6ef89e2a55d.tar.gz
Add class spl_array which is an array wrapper
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index 36603cb0d1..7591ef8c50 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -95,6 +95,7 @@ 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 */