Home
last modified time | relevance | path

Searched refs:C14NFile (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt2 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-src/ext/dom/
H A Dphp_dom.stub.php425 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … function in DOMNode
1466 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … function in Dom\\Node
H A Dnode.c2272 PHP_METHOD(DOMNode, C14NFile) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1140 ZEND_METHOD(DOMNode, C14NFile);
1365 ZEND_ME(DOMNode, C14NFile, arginfo_class_DOMNode_C14NFile, ZEND_ACC_PUBLIC)

Completed in 51 milliseconds