-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/tidy/tests/
File Upload :
Current File : //usr/src/php/ext/tidy/tests/009.phpt

--TEST--
tidy_doc object overloading
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php 
    
    $a = tidy_parse_string("<HTML></HTML>");
	echo $a;
 
?>
--EXPECT--
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

Copyright © 2017 || Recoded By Mr.Bumblebee