]> granicus.if.org Git - php/commitdiff
Prototype fix (MFB)
authorZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 15:47:03 +0000 (15:47 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 18 Dec 2005 15:47:03 +0000 (15:47 +0000)
ext/spl/php_spl.c

index 40e17e29dc2612ecb733bcd16da3edd2f40fa568..b56ef9cb6a5d25c5e4f6d17f63654c081f9170a4 100755 (executable)
@@ -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)
 {