From b1264f7172734c2a7d3fade8c76d5c74a9093bf8 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 Dec 2005 15:46:46 +0000 Subject: [PATCH] prototype fix --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1