Home
last modified time | relevance | path

Searched refs:saveHtmlFile (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_saveHTMLFile_empty_path.phpt2 Dom\HTMLDocument::saveHtmlFile() empty path
10 $dom->saveHtmlFile("");
14 Fatal error: Uncaught ValueError: Dom\HTMLDocument::saveHtmlFile(): Argument #1 ($filename) must no…
16 #0 %s(%d): Dom\HTMLDocument->saveHtmlFile('')
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_failing_stream.phpt38 $dom->saveHtmlFile("failing://foo");
47 #1 %s(%d): Dom\HTMLDocument->saveHtmlFile('failing://foo')
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_GB18030.phpt13 $dom->saveHtmlFile(__DIR__ . "/gb18030_output.tmp");
H A DHTMLDocument_Shift_JIS.phpt13 $dom->saveHtmlFile(__DIR__ . "/shift_jis.tmp");
H A DHTMLDocument_UTF8_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf8_bom_output.tmp");
H A DHTMLDocument_Windows1251.phpt13 $dom->saveHtmlFile(__DIR__ . "/windows1251_output.tmp");
H A DHTMLDocument_UTF16BE_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf16be_bom_output.tmp");
H A DHTMLDocument_UTF16LE_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf16le_bom_output.tmp");
/php-src/ext/dom/
H A Dphp_dom.stub.php2051 public function saveHtmlFile(string $filename): int|false {} function in Dom\\HTMLDocument
H A Dhtml_document.c1272 PHP_METHOD(Dom_HTMLDocument, saveHtmlFile) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1302 ZEND_METHOD(Dom_HTMLDocument, saveHtmlFile);
1752 …ZEND_ME(Dom_HTMLDocument, saveHtmlFile, arginfo_class_Dom_HTMLDocument_saveHtmlFile, ZEND_ACC_PUBL…

Completed in 61 milliseconds