From: Sebastian Bergmann Date: Tue, 29 Jan 2008 21:21:04 +0000 (+0000) Subject: - Fix arginfo and prototype. X-Git-Tag: RELEASE_2_0_0a1~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=133679ec8c3642d6547f8d5b3d8542eaeb2606ba;p=php - Fix arginfo and prototype. --- diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index 6276de55db..7364d8309c 100644 --- a/ext/xsl/xsltprocessor.c +++ b/ext/xsl/xsltprocessor.c @@ -74,6 +74,7 @@ ZEND_END_ARG_INFO(); static ZEND_BEGIN_ARG_INFO_EX(arginfo_xsl_xsltprocessor_register_php_functions, 0, 0, 0) + ZEND_ARG_INFO(0, restrict) ZEND_END_ARG_INFO(); static @@ -831,7 +832,7 @@ PHP_FUNCTION(xsl_xsltprocessor_remove_parameter) } /* }}} end xsl_xsltprocessor_remove_parameter */ -/* {{{ proto void xsl_xsltprocessor_register_php_functions() U +/* {{{ proto void xsl_xsltprocessor_register_php_functions([mixed $restrict]); U */ PHP_FUNCTION(xsl_xsltprocessor_register_php_functions) {