Lines Matching refs:tidy
2 tidy and tidyNode OO
4 tidy
9 new tidy();
10 var_dump(new tidy());
14 $tidy = new tidy();
15 $tidy->parseString('<html><?php echo "xpto;" ?></html>');
16 var_dump(rtrim($tidy->value));
20 var_dump(tidy_get_root($tidy)->child[0]->isHtml());
21 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isPHP());
22 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isAsp());
23 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isJste());
24 var_dump(tidy_get_root($tidy)->child[0]->child[0]->type === TIDY_NODETYPE_PHP);
26 var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
27 var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
31 object(tidy)#1 (2) {