diff options
author | Marcus Boerger <helly@php.net> | 2003-07-19 20:54:22 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-07-19 20:54:22 +0000 |
commit | 173cb1436fb57035f12e08578b14a6ef89e2a55d (patch) | |
tree | dfd33d1c7d0d35773ed8581df2fa49025d13396d /ext/spl/php_spl.h | |
parent | 9556c6c27e5388ce36707065476549ebc181cd5d (diff) | |
download | php-git-173cb1436fb57035f12e08578b14a6ef89e2a55d.tar.gz |
Add class spl_array which is an array wrapper
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 1 |
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 */ |