Home
last modified time | relevance | path

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

/php-src/ext/tidy/tests/
H A D023.phpt20 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());
/php-src/ext/tidy/
H A Dtidy.stub.php856 function tidy_get_root(tidy $tidy): ?tidyNode {} function
H A Dtidy_arginfo.h212 ZEND_FUNCTION(tidy_get_root);
255 ZEND_FE(tidy_get_root, arginfo_tidy_get_root)
H A Dtidy.c1465 PHP_FUNCTION(tidy_get_root) in PHP_FUNCTION() argument

Completed in 13 milliseconds