php-src/tests/output/ob_001.phpt

9 lines
83 B
Plaintext
Raw Normal View History

2009-06-14 16:47:11 +00:00
--TEST--
output buffering - nothing
--FILE--
<?php
echo "foo\n";
?>
--EXPECT--
foo