php-8.0.30-src/tests/output/ob_001.phpt

9 lines
83 B
PHP

--TEST--
output buffering - nothing
--FILE--
<?php
echo "foo\n";
?>
--EXPECT--
foo