From 9d86113b20178bee5c959021817b91f926dac9d4 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 29 Jan 2008 21:21:20 +0000 Subject: [PATCH] MFH: Fix arginfo and prototype. --- ext/xsl/xsltprocessor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c index eed03e4f24..03e8a63533 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 @@ -796,7 +797,7 @@ PHP_FUNCTION(xsl_xsltprocessor_remove_parameter) } /* }}} end xsl_xsltprocessor_remove_parameter */ -/* {{{ proto void xsl_xsltprocessor_register_php_functions(); +/* {{{ proto void xsl_xsltprocessor_register_php_functions([mixed $restrict]); */ PHP_FUNCTION(xsl_xsltprocessor_register_php_functions) { -- 2.40.0