Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTML_error1.phpt2 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 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 DDOMDocument_loadHTML_basic.phpt2 DOMDocument::loadHTML
13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
H A DDOMDocument_saveHTML_variant2.phpt19 $d->loadHTML($str);
H A Dbug35673.phpt11 $htmldoc->loadHTML($html);
/PHP-5.5/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-5.5/ext/dom/
H A Ddom_fe.h136 PHP_METHOD(domdocument, loadHTML);
H A Ddocument.c222 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
2274 PHP_METHOD(domdocument, loadHTML) in PHP_METHOD() argument
/PHP-5.5/
H A DNEWS3374 . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)

Completed in 41 milliseconds