Searched refs:C14NFile (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/dom/tests/ |
H A D | DOMNode_C14NFile_basic.phpt | 2 DOMNode::C14NFile() 25 var_dump($node->C14NFile($output)); 29 var_dump($node->C14NFile($output, false, false, [])); 34 var_dump($node->C14NFile($output, false, false, ['query' => []])); 47 DOMNode::C14NFile(): Argument #4 ($xpath) must have a "query" key 48 DOMNode::C14NFile(): Argument #4 ($xpath) "query" option must be a string, array given
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 352 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … function in DOMNode
|
H A D | php_dom_arginfo.h | 507 ZEND_METHOD(DOMNode, C14NFile); 690 ZEND_ME(DOMNode, C14NFile, arginfo_class_DOMNode_C14NFile, ZEND_ACC_PUBLIC)
|
H A D | node.c | 1761 PHP_METHOD(DOMNode, C14NFile) in PHP_METHOD() argument
|
Completed in 21 milliseconds