Home
last modified time | relevance | path

Searched refs:tidy (Results 26 – 50 of 55) sorted by relevance

123

/PHP-5.5/ext/tidy/tests/
H A D035.phpt5 if (!extension_loaded('tidy')) die ('skip tidy not present');
H A Dbug54682.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
13 Warning: tidy::__construct(): Cannot Load '*' into memory%win %s on line %d
H A D002.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D005.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D009.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D018.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D003.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D017.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D028.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D029.phpt4 <?php if (!extension_loaded('tidy')) die('skip'); ?>
H A D011.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D006.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D008.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D004.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D019.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D022.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D010.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
H A D012.phpt4 <?php if (!extension_loaded("tidy")) print "skip"; ?>
/PHP-5.5/ext/tidy/
H A DREADME2 README FOR ext/tidy by John Coggeshall <john@php.net>
5 Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer
H A Dphp_tidy.h37 ZEND_BEGIN_MODULE_GLOBALS(tidy)
40 ZEND_END_MODULE_GLOBALS(tidy)
H A DCREDITS1 tidy
H A Dtidy.c227 static PHP_MINIT_FUNCTION(tidy);
229 static PHP_RINIT_FUNCTION(tidy);
230 static PHP_MINFO_FUNCTION(tidy);
373 ZEND_ARG_INFO(0, tidy)
455 PHP_MINIT(tidy),
456 PHP_MSHUTDOWN(tidy),
457 PHP_RINIT(tidy),
459 PHP_MINFO(tidy),
461 PHP_MODULE_GLOBALS(tidy),
469 ZEND_GET_MODULE(tidy) in ZEND_GET_MODULE() argument
[all …]
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php15 $tidy = tidy_parse_file($_SERVER['argv'][1]); variable
21 $tree = $tidy->root();
/PHP-5.5/
H A D.gitattributes28 ext/tidy/tidy.c ident
144 /ext/tidy/tests/009.phpt -crlf
145 /ext/tidy/tests/013.phpt -crlf
146 /ext/tidy/tests/021.phpt -crlf
147 /ext/tidy/tests/tidy_error.phpt -crlf
/PHP-5.5/travis/
H A Dcompile.sh39 --with-tidy \

Completed in 24 milliseconds

123