Searched refs:loadHTML (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.1/ext/dom/tests/ |
H A D | DOMDocument_loadHTML_error2.phpt | 2 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 D | bug74004.phpt | 2 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 D | bug80268_2.phpt | 2 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 D | bug78025.phpt | 9 $dom->loadHTML($htm); 13 Warning: DOMDocument::loadHTML(): htmlParseDocTypeDecl : no DOCTYPE name ! in Entity, line: 1 in %s…
|
H A D | bug69679.phpt | 2 Bug #69679 (DOMDocument::loadHTML refuses to accept NULL bytes) 9 $doc->loadHTML($html);
|
H A D | DOMDocument_loadHTML_basic.phpt | 2 DOMDocument::loadHTML 11 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
|
H A D | bug80268.phpt | 2 Bug #80268 (loadHTML() truncates at NUL bytes) 12 $doc->loadHTML("<p>foo\0bar</p>");
|
H A D | gh11288.phpt | 15 $dom->loadHTML($html); 36 $dom->loadHTML($html); 55 $dom->loadHTML($html);
|
H A D | bug78221.phpt | 8 $doc->loadHTML('<p id=x>foo</p>');
|
H A D | DOMDocument_saveHTML_variant2.phpt | 17 $d->loadHTML($str);
|
H A D | bug79451.phpt | 8 $dom->loadHTML("<!DOCTYPE html><p>hello</p>");
|
H A D | gh11289.phpt | 18 $dom->loadHTML($html);
|
H A D | gh11347.phpt | 16 $doc->loadHTML('<a href="https://php.net">hello</a>');
|
H A D | gh9142.phpt | 10 ($dom = new DOMDocument('1.0', 'UTF-8'))->loadHTML($document);
|
H A D | gh11290.phpt | 17 $dom->loadHTML($html);
|
H A D | php_function_edge_cases.phpt | 9 $doc->loadHTML('<a href="https://php.net">hello</a>');
|
H A D | bug35673.phpt | 11 $htmldoc->loadHTML($html);
|
H A D | bug76285.phpt | 13 $dom->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
|
H A D | node_textcontent.phpt | 26 $dom->loadHTML($html);
|
H A D | bug77686.phpt | 9 $doc->loadHTML('<html id="htmlelement"><body id="x">before<div id="y">hello</div>after</body></html…
|
H A D | bug67949.phpt | 13 $doc->loadHTML($html);
|
H A D | bug80332_1.phpt | 10 $doc->loadHTML('<span attr1="value1" attr2="value2"></span>');
|
/PHP-8.1/ext/simplexml/tests/ |
H A D | bug51615.phpt | 10 $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 D | php_dom.stub.php | 528 …public function loadHTML(string $source, int $options = 0) {} // TODO return type shouldn't depend… function in DOMDocument
|
H A D | php_dom_arginfo.h | 590 ZEND_METHOD(DOMDocument, loadHTML); 815 ZEND_ME(DOMDocument, loadHTML, arginfo_class_DOMDocument_loadHTML, ZEND_ACC_PUBLIC)
|
Completed in 1907 milliseconds
12