Searched refs:loadHTMLFile (Results 1 – 8 of 8) sorted by relevance
2 Test DOMDocument::loadHTMLFile when an empty string is passed14 $result = $doc->loadHTMLFile("");17 $result = $doc->loadHTMLFile("text.html\0something");21 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Empty string supplied as input %s23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
2 Test DOMDocument::loadHTMLFile when an empty document is loaded14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/empty.html");18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Document is empty %s
2 Test DOMDocument::loadHTMLFile when the file doesn't exist14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/ffff/test.html");18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
2 Test DOMDocument::loadHTMLFile14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/test.html");
2 Test DOMDocument::loadHTMLFile when a not-well formed document is loaded14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/not_well.html");
8 $dom->loadHTMLFile(dirname(__FILE__)."/test.html");
137 PHP_METHOD(domdocument, loadHTMLFile);
223 …PHP_ME(domdocument, loadHTMLFile, arginfo_dom_document_loadhtmlfile, ZEND_ACC_PUBLIC|ZEND_ACC_ALLO…2204 PHP_METHOD(domdocument, loadHTMLFile) in PHP_METHOD() argument
Completed in 21 milliseconds