Home
last modified time | relevance | path

Searched refs:tidy_get_root (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/tidy/tests/
H A D023.phpt17 var_dump(tidy_get_root($tidy)->child[0]->isHtml());
18 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isPHP());
19 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isAsp());
20 var_dump(tidy_get_root($tidy)->child[0]->child[0]->isJste());
21 var_dump(tidy_get_root($tidy)->child[0]->child[0]->type === TIDY_NODETYPE_PHP);
23 var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
24 var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
/PHP-5.5/ext/tidy/
H A Dtidy.c255 static PHP_FUNCTION(tidy_get_root);
400 PHP_FE(tidy_get_root, arginfo_tidy_get_root)
424 TIDY_METHOD_MAP(root, tidy_get_root, NULL)
1677 static PHP_FUNCTION(tidy_get_root) in PHP_FUNCTION() argument

Completed in 21 milliseconds