1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext/tidy/tests/017a.phpt
T
2006-09-06 17:55:09 +00:00

13 lines
355 B
PHP

--TEST--
The Tidy Output Buffer Filter
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php ob_start("ob_tidyhandler", 1234); ?>
<B>testing</I>
--EXPECTF--
Warning: ob_start(): Cannot use a chunk size for ob_tidyhandler in %s017a.php on line 1
Notice: ob_start(): failed to create buffer in %s017a.php on line 1
<B>testing</I>