]> granicus.if.org Git - php/commitdiff
- Fix arginfo and prototype.
authorSebastian Bergmann <sebastian@php.net>
Tue, 29 Jan 2008 21:21:04 +0000 (21:21 +0000)
committerSebastian Bergmann <sebastian@php.net>
Tue, 29 Jan 2008 21:21:04 +0000 (21:21 +0000)
ext/xsl/xsltprocessor.c

index 6276de55dbcb0661b9ec0d0c953aa18a1a71dc5b..7364d8309cb2069101adb9c928be56d600457b5b 100644 (file)
@@ -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)
 {