Searched refs:loadHTML (Results 1 – 18 of 18) sorted by relevance
/PHP-7.3/ext/dom/tests/ |
H A D | DOMDocument_loadHTML_error1.phpt | 2 DOMDocument::loadHTML() should fail if no parameter is given 12 $doc->loadHTML(); 15 Warning: DOMDocument::loadHTML() expects at least 1 parameter, 0 given in %s on line %d
|
H A D | DOMDocument_loadHTML_error2.phpt | 2 DOMDocument::loadHTML() should fail if empty string provided as input 12 $doc->loadHTML(''); 15 Warning: DOMDocument::loadHTML(): Empty string supplied as input in %s on line %d
|
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 | bug78025.phpt | 11 $dom->loadHTML($htm); 16 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) 8 $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 | bug76285.phpt | 9 $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);
|
H A D | bug76738.phpt | 133 $loaded = @$dom->loadHTML('<?xml encoding="UTF-8">' . $html, $options);
|
/PHP-7.3/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-7.3/ext/dom/ |
H A D | dom_fe.h | 135 PHP_METHOD(domdocument, loadHTML);
|
H A D | document.c | 221 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC) 2097 PHP_METHOD(domdocument, loadHTML) in PHP_METHOD() argument
|
/PHP-7.3/ |
H A D | NEWS | 75 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
|
Completed in 21 milliseconds