Prototype fix (MFB)

This commit is contained in:
Zeev Suraski 2005-12-18 15:47:03 +00:00
parent 8b74d53c61
commit d04772ab12

View File

@ -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)
{