Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/functionMap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13210,7 +13210,7 @@
1321013210
'xslt_set_scheme_handler' => ['', 'xh'=>'', 'handlers'=>'array'],
1321113211
'xslt_set_scheme_handlers' => ['', 'xh'=>'', 'handlers'=>'array'],
1321213212
'xslt_setopt' => ['', 'processor'=>'', 'newmask'=>'int'],
13213-
'XSLTProcessor::getParameter' => ['string', 'namespaceuri'=>'string', 'localname'=>'string'],
13213+
'XSLTProcessor::getParameter' => ['string|false', 'namespaceuri'=>'string', 'localname'=>'string'],
1321413214
'XsltProcessor::getSecurityPrefs' => ['int'],
1321513215
'XSLTProcessor::hasExsltSupport' => ['bool'],
1321613216
'XSLTProcessor::importStylesheet' => ['bool', 'stylesheet'=>'object'],
@@ -13220,9 +13220,9 @@
1322013220
'XSLTProcessor::setParameter\'1' => ['bool', 'namespace'=>'string', 'options'=>'array'],
1322113221
'XSLTProcessor::setProfiling' => ['bool', 'filename'=>'string'],
1322213222
'XsltProcessor::setSecurityPrefs' => ['int', 'securityPrefs'=>'int'],
13223-
'XSLTProcessor::transformToDoc' => ['DOMDocument', 'doc'=>'DOMNode'],
13223+
'XSLTProcessor::transformToDoc' => ['DOMDocument|false', 'doc'=>'DOMNode'],
1322413224
'XSLTProcessor::transformToURI' => ['int', 'doc'=>'DOMDocument', 'uri'=>'string'],
13225-
'XSLTProcessor::transformToXML' => ['string|false', 'doc'=>'DOMDocument|SimpleXMLElement'],
13225+
'XSLTProcessor::transformToXML' => ['string|false|null', 'doc'=>'DOMDocument|SimpleXMLElement'],
1322613226
'Yaconf::get' => ['mixed', 'name'=>'string', 'default_value='=>'mixed'],
1322713227
'Yaconf::has' => ['bool', 'name'=>'string'],
1322813228
'Yaf_Action_Abstract::__construct' => ['void', 'request'=>'Yaf_Request_Abstract', 'response'=>'Yaf_Response_Abstract', 'view'=>'Yaf_View_Interface', 'invokeArgs='=>'?array'],

0 commit comments

Comments
 (0)