From: Zeev Suraski Date: Sun, 18 Dec 2005 15:47:03 +0000 (+0000) Subject: Prototype fix (MFB) X-Git-Tag: RELEASE_1_0_4~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d04772ab12a5a4bb7db3f36140cd0d4d1dd81b34;p=php Prototype fix (MFB) --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 40e17e29dc..b56ef9cb6a 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -302,7 +302,7 @@ PHP_FUNCTION(spl_autoload) } } /* }}} */ -/* {{{ proto void string spl_autoload_extensions([string file_extensions]) +/* {{{ proto string spl_autoload_extensions([string file_extensions]) Register and return default file extensions for spl_autoload */ PHP_FUNCTION(spl_autoload_extensions) {