Searched refs:loadHTML (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/dom/tests/ |
H A D | DOMDocument_loadHTML_error2.phpt | 2 DOMDocument::loadHTML() should fail if empty string provided as input 13 $doc->loadHTML(''); 19 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) 11 $doc->loadHTML("<p>foo\0bar</p>"); 26 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d
|
H A D | bug78025.phpt | 11 $dom->loadHTML($htm); 15 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 13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
|
H A D | bug80268.phpt | 2 Bug #80268 (loadHTML() truncates at NUL bytes) 11 $doc->loadHTML("<p>foo\0bar</p>");
|
H A D | bug78221.phpt | 10 $doc->loadHTML('<p id=x>foo</p>');
|
H A D | DOMDocument_saveHTML_variant2.phpt | 19 $d->loadHTML($str);
|
H A D | bug79451.phpt | 8 $dom->loadHTML("<!DOCTYPE html><p>hello</p>");
|
H A D | bug76285.phpt | 12 $dom->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
|
H A D | bug35673.phpt | 11 $htmldoc->loadHTML($html);
|
H A D | node_textcontent.phpt | 25 $dom->loadHTML($html);
|
H A D | bug67949.phpt | 13 $doc->loadHTML($html);
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | bug51615.phpt | 11 $dom->loadHTML('<span title=""y">x</span><span title=""z">x</span>'); 22 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d 24 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
|
/PHP-8.0/ext/dom/ |
H A D | php_dom.stub.php | 316 public function loadHTML(string $source, int $options = 0) {} function in DOMDocument
|
H A D | php_dom_arginfo.h | 532 ZEND_METHOD(DOMDocument, loadHTML); 753 ZEND_ME(DOMDocument, loadHTML, arginfo_class_DOMDocument_loadHTML, ZEND_ACC_PUBLIC)
|
H A D | document.c | 1924 PHP_METHOD(DOMDocument, loadHTML) in PHP_METHOD() argument
|
/PHP-8.0/ |
H A D | NEWS | 1318 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
|
Completed in 27 milliseconds