-=[ Mr. Bumblebee ]=-
_Indonesia_
| Path : /usr/src/php/ext/dom/tests/ |
|
|
| Current File : //usr/src/php/ext/dom/tests/DOMDocument_loadHTML_error2.phpt |
--TEST--
DOMDocument::loadHTML() should fail if empty string provided as input
--CREDITS--
Knut Urdalen <knut@php.net>
--SKIPIF--
<?php
require_once('skipif.inc');
?>
--FILE--
<?php
$doc = new DOMDocument();
$doc->loadHTML('');
?>
--EXPECTF--
Warning: DOMDocument::loadHTML(): Empty string supplied as input in %s on line %d
Copyright © 2017 || Recoded By Mr.Bumblebee