Searched refs:withComments (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/dom/tests/ |
H A D | canonicalization_special_nodes.phpt | 22 echo $doc->C14N(withComments: true); 23 echo $doc->C14N(withComments: false);
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 422 …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 D | php_dom_arginfo.h | 43 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 41 milliseconds