Home
last modified time | relevance | path

Searched refs:loadHTML (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadHTML_error2.phpt2 DOMDocument::loadHTML() should fail if empty string provided as input
11 $doc->loadHTML('');
17 DOMDocument::loadHTML(): Argument #1 ($source) must not be empty
H A Dbug74004.phpt2 Bug #74004 (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERRO…
9 $doc->loadHTML("<tag-throw></tag-throw>",LIBXML_NOERROR);
H A Dbug80268_2.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
12 $doc->loadHTML("<p>foo\0bar</p>");
27 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d
H A Dbug78025.phpt9 $dom->loadHTML($htm);
13 Warning: DOMDocument::loadHTML(): htmlParseDocTypeDecl : no DOCTYPE name ! in Entity, line: 1 in %s…
H A Dbug69679.phpt2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes)
9 $doc->loadHTML($html);
H A DDOMDocument_loadHTML_basic.phpt2 DOMDocument::loadHTML
11 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
H A Dbug80268.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
12 $doc->loadHTML("<p>foo\0bar</p>");
H A Dgh11288.phpt15 $dom->loadHTML($html);
36 $dom->loadHTML($html);
55 $dom->loadHTML($html);
H A Dbug78221.phpt8 $doc->loadHTML('<p id=x>foo</p>');
H A DDOMDocument_saveHTML_variant2.phpt17 $d->loadHTML($str);
H A Dbug79451.phpt8 $dom->loadHTML("<!DOCTYPE html><p>hello</p>");
H A Dgh11289.phpt18 $dom->loadHTML($html);
H A Dgh11347.phpt16 $doc->loadHTML('<a href="https://php.net">hello</a>');
H A Dgh9142.phpt10 ($dom = new DOMDocument('1.0', 'UTF-8'))->loadHTML($document);
H A Dgh11290.phpt17 $dom->loadHTML($html);
H A Dphp_function_edge_cases.phpt9 $doc->loadHTML('<a href="https://php.net">hello</a>');
H A Dbug35673.phpt11 $htmldoc->loadHTML($html);
H A Dbug76285.phpt13 $dom->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
H A Dnode_textcontent.phpt26 $dom->loadHTML($html);
H A Dbug77686.phpt9 $doc->loadHTML('<html id="htmlelement"><body id="x">before<div id="y">hello</div>after</body></html…
H A Dbug67949.phpt13 $doc->loadHTML($html);
H A Dbug80332_1.phpt10 $doc->loadHTML('<span attr1="value1" attr2="value2"></span>');
/PHP-8.1/ext/simplexml/tests/
H A Dbug51615.phpt10 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>');
21 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
23 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php528 …public function loadHTML(string $source, int $options = 0) {} // TODO return type shouldn't depend… function in DOMDocument
H A Dphp_dom_arginfo.h590 ZEND_METHOD(DOMDocument, loadHTML);
815 ZEND_ME(DOMDocument, loadHTML, arginfo_class_DOMDocument_loadHTML, ZEND_ACC_PUBLIC)

Completed in 61 milliseconds

12