-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Parsing a file using constructor
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
        $tidy = new tidy(dirname(__FILE__)."/013.html", array("show-body-only"=>true));
        $tidy->cleanRepair();
        echo $tidy;

?>
--EXPECT--
<b>testing</b>

Copyright © 2017 || Recoded By Mr.Bumblebee