blob: bfd3782078bf347ee56e9a9862bda04c9b2ec295 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
Check for tidy presence
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
echo "tidy extension is available";
?>
--EXPECT--
tidy extension is available
|