Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadHTML_error2.phpt2 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 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)
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 Dbug78025.phpt11 $dom->loadHTML($htm);
16 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
13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
H A Dbug80268.phpt2 Bug #80268 (loadHTML() truncates at NUL bytes)
11 $doc->loadHTML("<p>foo\0bar</p>");
H A Dbug78221.phpt10 $doc->loadHTML('<p id=x>foo</p>');
H A DDOMDocument_saveHTML_variant2.phpt19 $d->loadHTML($str);
H A Dbug76285.phpt12 $dom->loadHTML($html, LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD);
H A Dbug35673.phpt11 $htmldoc->loadHTML($html);
H A Dnode_textcontent.phpt25 $dom->loadHTML($html);
H A Dbug67949.phpt13 $doc->loadHTML($html);
H A Dbug76738.phpt133 $loaded = @$dom->loadHTML('<?xml encoding="UTF-8">' . $html, $options);
/PHP-7.4/ext/simplexml/tests/
H A Dbug51615.phpt11 $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.4/ext/dom/
H A Ddom_fe.h135 PHP_METHOD(domdocument, loadHTML);
H A Ddocument.c221 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
2123 PHP_METHOD(domdocument, loadHTML) in PHP_METHOD() argument
/PHP-7.4/
H A DNEWS553 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)

Completed in 37 milliseconds