Searched refs:saveHTMLFile (Results 1 – 9 of 9) sorted by relevance
2 DOMDocument::saveHTMLFile() should fail if called statically11 DOMDocument::saveHTMLFile();17 Non-static method DOMDocument::saveHTMLFile() cannot be called statically
2 DOMDocument::saveHTMLFile() should fail with invalid filename21 $doc->saveHTMLFile($filename);27 DOMDocument::saveHTMLFile(): Argument #1 ($filename) must not be empty
2 DOMDocument::saveHTMLFile() should format output on demand25 $bytes = $doc->saveHTMLFile($filename);
2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting24 $bytes = $doc->saveHTMLFile($filename);
1027 public function saveHTMLFile(string $filename): int|false {} function in DOMDocument
2142 PHP_METHOD(DOMDocument, saveHTMLFile) in PHP_METHOD() argument
1229 ZEND_METHOD(DOMDocument, saveHTMLFile);1496 ZEND_ME(DOMDocument, saveHTMLFile, arginfo_class_DOMDocument_saveHTMLFile, ZEND_ACC_PUBLIC)
Completed in 40 milliseconds