Home
last modified time | relevance | path

Searched refs:withComments (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/tests/
H A Dcanonicalization_special_nodes.phpt22 echo $doc->C14N(withComments: true);
23 echo $doc->C14N(withComments: false);
/php-src/ext/dom/
H A Dphp_dom.stub.php422 …public function C14N(bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?a… argument
425 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … argument
1464 …public function C14N(bool $exclusive = false, bool $withComments = false, ?array $xpath = null, ?a… argument
1466 …public function C14NFile(string $uri, bool $exclusive = false, bool $withComments = false, ?array … argument
H A Dphp_dom_arginfo.h43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, withComments, _IS_BOOL, 0, "false")
51 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, withComments, _IS_BOOL, 0, "false")
640 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, withComments, _IS_BOOL, 0, "false")
648 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, withComments, _IS_BOOL, 0, "false")

Completed in 24 milliseconds