Searched refs:loadHTML (Results 1 – 10 of 10) sorted by relevance
2 DOMDocument::loadHTML() should fail if no parameter is given12 $doc->loadHTML();15 Warning: DOMDocument::loadHTML() expects at least 1 parameter, 0 given in %s on line %d
2 DOMDocument::loadHTML() should fail if empty string provided as input12 $doc->loadHTML('');15 Warning: DOMDocument::loadHTML(): Empty string supplied as input in %s on line %d
2 DOMDocument::loadHTML 13 $doc->loadHTML("<html><body><p>Test<br></p></body></html>");
19 $d->loadHTML($str);
11 $htmldoc->loadHTML($html);
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 %d24 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
136 PHP_METHOD(domdocument, loadHTML);
222 PHP_ME(domdocument, loadHTML, arginfo_dom_document_loadhtml, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)2266 PHP_METHOD(domdocument, loadHTML) in PHP_METHOD() argument
424 - Added the ability to pass options to DOMDocument::loadHTML().
2185 . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
Completed in 38 milliseconds