From: Zeev Suraski Date: Sun, 18 Dec 2005 15:46:46 +0000 (+0000) Subject: prototype fix X-Git-Tag: php-5.1.2RC1~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1264f7172734c2a7d3fade8c76d5c74a9093bf8;p=php prototype fix --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index f9d7163826..3d10631eaa 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) {