Skip to content

Commit 2ed5ff6

Browse files
Fix
1 parent 253fc33 commit 2ed5ff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/functionMap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,8 @@
16061606
'DomNode::add_namespace' => ['bool', 'uri'=>'string', 'prefix'=>'string'],
16071607
'DomNode::append_child' => ['__benevolent<DOMNode|false>', 'newnode'=>'DOMNode'],
16081608
'DOMNode::appendChild' => ['__benevolent<DOMNode|false>', 'newnode'=>'DOMNode'],
1609+
'DOMNode::C14N' => ['__benevolent<string|false>', 'exclusive='=>'bool', 'with_comments='=>'bool', 'xpath='=>'array|null', 'ns_prefixes='=>'array|null'],
1610+
'DOMNode::C14NFile' => ['__benevolent<int|false>', 'uri='=>'string', 'exclusive='=>'bool', 'with_comments='=>'bool', 'xpath='=>'array|null', 'ns_prefixes='=>'array|null'],
16091611
'DOMNode::cloneNode' => ['__benevolent<DOMNode|false>', 'deep='=>'bool'],
16101612
'DOMNode::getLineNo' => ['int'],
16111613
'DOMNode::getNodePath' => ['?string'],

0 commit comments

Comments
 (0)