Searched refs:saveHTMLFile (Results 1 – 7 of 7) sorted by relevance
2 DOMDocument::saveHTMLFile() should fail if called statically13 DOMDocument::saveHTMLFile();19 Non-static method DOMDocument::saveHTMLFile() cannot be called statically
2 DOMDocument::saveHTMLFile() should fail with invalid filename23 $doc->saveHTMLFile($filename);29 DOMDocument::saveHTMLFile(): Argument #1 ($filename) must not be empty
2 DOMDocument::saveHTMLFile() should format output on demand23 $bytes = $doc->saveHTMLFile($filename);
2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting22 $bytes = $doc->saveHTMLFile($filename);
325 public function saveHTMLFile(string $filename) {} function in DOMDocument
541 ZEND_METHOD(DOMDocument, saveHTMLFile);762 ZEND_ME(DOMDocument, saveHTMLFile, arginfo_class_DOMDocument_saveHTMLFile, ZEND_ACC_PUBLIC)
1931 PHP_METHOD(DOMDocument, saveHTMLFile) in PHP_METHOD() argument
Completed in 24 milliseconds